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
You are likely trying to put a WebSocket in a Dictionary. Unfortunately that isn't possible and that will result in the compiler error that you mentioned in the title. At some point I might refactor WebSocket to make that easier, but until then I recommend wrapping the WebSocket in a struct or class. You can give that object a unique identifier and make it support Equatable / Hashable
No description provided.
The text was updated successfully, but these errors were encountered: