mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() There are two issues when connecting to the GUI via TCP on localhost: - Sometimes when the daemon is launched with the GUI already running, the notifications channel is not established. * Give 10 seconds to connect, if it timeouts, disconnect everything and try to reconnect again. - After some time the notifications channel is closed from the server side (i.e., the GUI), and it is not restablished. * Forcefully disconnect everything, and let it reconnect again. Both issues should be investigated further to find the root problem. |
||
---|---|---|
.. | ||
protocol | ||
client.go | ||
config.go | ||
notifications.go |