home · contact · privacy
In web client, only reconnect if websocket.readyState != 1.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 10 Dec 2020 20:25:23 +0000 (21:25 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 10 Dec 2020 20:25:23 +0000 (21:25 +0100)
commitf519c96298473525a7bb006e9ef7efa34cb43a46
tree5c9f08deed4a194c5d3ae178a8e6512e84c2db52
parentae71aee13ed42ca8aa7d503746419ef975abc667
In web client, only reconnect if websocket.readyState != 1.

This eliminates a bug where the client's reconnect impatience would
never allow a connection to be established, if the server was too busy.
rogue_chat.html