[bisq-network/bisq] OSX standby mode disconnects network (#1701)

Manfred Karrer notifications at github.com
Thu Sep 20 00:02:48 UTC 2018


App Nap causes the issues:
https://www.lifewire.com/control-how-mac-applications-use-app-nap-2260788
https://apple.stackexchange.com/questions/121386/missing-prevent-app-nap-button-on-app

Run that command in the terminal and restart Bisq. It should never end up in App Nap mode with that and therefore not lose network connectivity when not visible (hidden by other windows).
```
defaults write io.bisq.CAT NSAppSleepDisabled -bool YES
```

It would be good if we find a way that App Nap is disabled by default for Bisq. Will search more for the java packager options. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/1701#issuecomment-422996461
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180919/e300a13e/attachment-0001.html>


More information about the bisq-github mailing list