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)
This eliminates a bug where the client's reconnect impatience would
never allow a connection to be established, if the server was too busy.


No differences found