Skip to content

Fix WebSocket reauthentication

Daniel Gerhardt requested to merge fix-websocket-reauthentication into master

The previous fix to the condition actually broke the logic because the connected method does not work as expected. Calling deactivate without an active WebSocket connection does not cause any issues, so the condition has been removed.

Closes: #1184 (closed) Regression-MR: !1827 (merged)

Merge request reports