anthonyraymond / joal

An open source command line RatioMaster with an optional WebUI.
Apache License 2.0
572 stars 63 forks source link

Websocket disconnection, missing heart-beat #230

Open bertho-zero opened 4 months ago

bertho-zero commented 4 months ago

The socket disconnects every 1 minute, this is the timeout duration of my reverse proxy, because the server does not implement a heart-beat system.

The socket connects and the application works but the connection to the socket is lost because the socket does not send or receive any messages for a long time.

image