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
Whenever the server is shutdown (e.g. CTRL-C), are all WebSocket connections shutdown as well automatically? Does the upgrader notice a server shutdown and subsequently closes all connections, waiting for all to be finished, or is this something I have to check manually?