mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 16:44:46 +01:00
![]() problem: - after losing network connectivity node<->server, the node didn't restore the connection. In reality, the connection with the server was not closed, but the notifications channel was closed due to inactivity after 20s. set inactivity timeouts to 20s on both node and server. Previous timeouts were 2h for the main connection and 20s for the streaming channels (notifications). - get rid of the logic to determine if the server is alive or not based on sending pings. Instead, use the connection events when a node connects/disconnects (Subscribe). The Ping call is still used to send the statistics. other: - fixed exception when updating the status of a node. |
||
---|---|---|
.. | ||
opensnitch-ui |