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

Manfred Karrer notifications at github.com
Thu Sep 20 06:35:11 UTC 2018


>From Apple developer docs:
An app is considered to be a candidate for sleep if:
- It is not visible—if all of an app’s windows are either hidden by other windows or minimized in a hidden dock, and the app is not in the foreground
- It is not audible
- It has not explicitly disabled automatic termination
- It has not taken any power management assertions

When all of these conditions are met [...] the app is placed on a scheduling queue that rarely gets actual time on the CPU. The app wakes up automatically when the user brings the app to the foreground or when the app receives a Mach message or Apple event.

Tried NSDisableAutomaticTermination both as Info.plist as well as written to default but did not help.

Maybe the easiest hack it to play an inaudible sound file?

-- 
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-423057394
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180919/8b666f46/attachment.html>


More information about the bisq-github mailing list