opensnitch/daemon/ui
Gustavo Iñiguez Goia 5d6121bb77 fixed connecting to the GUI via TCP on localhost
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.
2022-01-28 01:47:29 +01:00
..
protocol makefile: 2021-02-13 18:48:49 +03:00
client.go statistics: fixed missed connections 2021-08-13 12:18:10 +02:00
config.go improved process monitor method (re)configuring 2021-09-04 21:18:22 +02:00
notifications.go fixed connecting to the GUI via TCP on localhost 2022-01-28 01:47:29 +01:00