WS2P >> Streamer >> WS2P connection timeout
This error is raised because a websocket has been physically closed but has not been handled on Duniter side, which continues to consider the websocket as opened.
This error is raised because a websocket has been physically closed but has not been handled on Duniter side, which continues to consider the websocket as opened.
The problem with this bug is that we definitely loose the connection as we consider it is still up, so we don't try to make the connection again; and new connection from outside is rejected.
The problem was simpler: we started to stream to the connection before being sure it was opened.