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
Currently, the WebSocket message sending function in does not handle errors that may occur during the method call. This can lead to unhandled exceptions and potentially crash the WebSocket server. We need to implement proper error handling for these cases and also include tests that verify these error cases are handled correctly.