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
If you have an array of WebSocketts created to listen for different servers and you receive a peer disconnected I can find no way to tell which of the WebSockets this message was for... The WebSockets are not "Equatable" in swift and on the didReceive we only get the WebSocketEvent and WebSocketClient passed in... Should not WebSocketClient be assigned a UUID or something to identify it so we can tell which of our WebSockets this event was for? I need to take action for the appropriate WebSocket when the WebSocket disconnects.
The text was updated successfully, but these errors were encountered:
If you have an array of WebSocketts created to listen for different servers and you receive a peer disconnected I can find no way to tell which of the WebSockets this message was for... The WebSockets are not "Equatable" in swift and on the didReceive we only get the WebSocketEvent and WebSocketClient passed in... Should not WebSocketClient be assigned a UUID or something to identify it so we can tell which of our WebSockets this event was for? I need to take action for the appropriate WebSocket when the WebSocket disconnects.
The text was updated successfully, but these errors were encountered: