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
Adding a thread to handle receiving messages was still a good choice. The problem is that more than 1 thread at a time may be able to send messages at the same time which this socket implementation doesn't support.
The text was updated successfully, but these errors were encountered:
In light of this node in the .NET web socket source code, I need to revisit some threading choices made.
Adding a thread to handle receiving messages was still a good choice. The problem is that more than 1 thread at a time may be able to send messages at the same time which this socket implementation doesn't support.
The text was updated successfully, but these errors were encountered: