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
I feel like I didn't make a distinction between a WebSocket client and a WebSocket connection when I created the public interface to the package.
It is explicitly mentioned in the specification that a client can maintain different connections. Today I don't make any such distinction between client and connection.
The text was updated successfully, but these errors were encountered:
I feel like I didn't make a distinction between a WebSocket client and a WebSocket connection when I created the public interface to the package.
It is explicitly mentioned in the specification that a client can maintain different connections. Today I don't make any such distinction between client and connection.
The text was updated successfully, but these errors were encountered: