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
The Websocket connections should be able to handle database disconnects and pick up connections again after the database reconnected. This currently works if the Websocket was established when the database was still connected, but Websocket connections are simply denied when the database is not connected.
I guess this is an edge case and not a very high priority though.
The text was updated successfully, but these errors were encountered:
The Websocket connections should be able to handle database disconnects and pick up connections again after the database reconnected. This currently works if the Websocket was established when the database was still connected, but Websocket connections are simply denied when the database is not connected.
I guess this is an edge case and not a very high priority though.
The text was updated successfully, but these errors were encountered: