Skip to content

Not fail request when websocket server unavailable

Matthias Larisch requested to merge websocket-robustness into master

Catch the exception and log in sentry, so the request passes. As the websocket notification is not viable, this seems a useful way. A useful default return value for the user online status is false.

Merge request reports