-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If server stopped, is it possible to alert the user upfront? #5240
Comments
Please combine this with a message for websocket connection lost/ closed. Would be a huge improvement to user experience. |
Indeed, they're really the same thing. It's already possible but I'll add a simpler API. |
If this is already possible it might also be an idea to just teach us and/ or improve the documentation. |
I wonder if it's possible to also show traceback notifications too for debugging? |
Please open a separate issue about the traceback notification handling. For Websocket disconnect there is now a config option. |
Like an overlay that says "Unable to process event; cannot connect to backend server"
The text was updated successfully, but these errors were encountered: