You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a WebSocket to display the firewall connection status to the UI in real-time
Issue
The firewall "connection status" (whether the firewall is connected or not to the socket) is currently fetched (GET /api/firewall) by the frontend each 5 seconds (which is not ideal for a variety of reasons*).
Fix
Use a websocket and update in real-time the firewall connection status.
* unresponsiveness, logs flooded by GET /api/firewall requests, unnecessary traffic...
The text was updated successfully, but these errors were encountered:
Use a WebSocket to display the firewall connection status to the UI in real-time
Issue
The firewall "connection status" (whether the firewall is connected or not to the socket) is currently fetched (
GET /api/firewall
) by the frontend each 5 seconds (which is not ideal for a variety of reasons*).Fix
Use a websocket and update in real-time the firewall connection status.
* unresponsiveness, logs flooded by
GET /api/firewall
requests, unnecessary traffic...The text was updated successfully, but these errors were encountered: