Bug #1442
Automatically reconnect after suspend/connectivity reconnection
100%
Description
I don't know if this happens only in Mac or if it applies to all OSes, but I noticed that whenever my Mac goes in sleep mode, or if I suspend it, or if there are some network connectivity issues, the client disconnects and then never connects backs. I have to manually connect to the core (File -> Connect to core).
Can Quassel reconnect automatically when connectivity is available?
Associated revisions
Package bearer plugin on OSX
Fixes #1442. Closes GH-324.
(cherry picked from commit 6d32c0e7661d4404c2bd0e44652439b6c55b4545)
Package bearer plugin on OSX
Fixes #1442. Closes GH-324.
(cherry picked from commit 6d32c0e7661d4404c2bd0e44652439b6c55b4545)
History
#1 Updated by romibi almost 7 years ago
probably the same issue as this ...
https://github.com/quassel/quassel/pull/319
we need to provide the bearer plugin with quassel ...
not completely sure how to do it ... (the mac build script is a mess)
but i'll see if i find time to do it...
One Workaround is to set "Network Status Detection" to "Ping Timeout" instead of "Automatic" ...
#2 Updated by romibi almost 7 years ago
https://github.com/quassel/quassel/pull/329
Should fix this…
Builds to test:
https://github.com/romibi/quassel/releases/tag/build-fix-autoconnect-osx-tag
#3 Updated by romibi almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset quassel|6d32c0e7661d4404c2bd0e44652439b6c55b4545.
Package bearer plugin on OSX
Fixes #1442. Closes GH-324.