BlockchainCommons / GordianServer-macOS

Tor-protected full-node GordianServer for macOS
Other
63 stars 8 forks source link

BUG: many many modal errors #145

Closed ChristopherA closed 2 years ago

ChristopherA commented 2 years ago

From current master banch (commit 6e166fcd89810f11c86643594cbc504f4aeb51e7):

Returned from overnight computer sleep and got many*many of these modal errors. So far I've not gotten through all of them.

image

A) There never should be more than 1 of the same error.

B) Do we have to have these errors as modal errors (there are different errors sometimes) when computer wakes?

Fonta1n3 commented 2 years ago

Yea it should not do that.I had forgotten to set the autoRefreshTimer to nil when the app becomes inactive.

https://github.com/Fonta1n3/GordianServer-macOS/commit/311fc8736cd1281559ef17124ac26a4b231aaf1b should fix it.

shannona commented 2 years ago

Flagged as fixed in #147, was able to put my Mac Mini to sleep for several minutes without incident.