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
Takes no arguments. Closes all open websocket connections
Why?
If you have too many websockets open, even if they've all been lost out of scope, CC will cause new websockets to error. A way to close them all would be useful (for instance in a shell after all programs terminate, or in a startup file to reset the programs without rebooting.