Replies: 1 comment
-
Hi @GeeWee you can certainly create multiple instances of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm not sure whether this is a feature request or a question.
I'm looking to implement multiple, concurrent websocket connections between a client and a server. So that there can be
1-n
websockets concurrently between the same server and client.Is this possible with WatsonWebsocket? My initial impression is no - since the connections seem to be identified by
ipPort
, which is unique to one client, but doesn't leave any way to address multiple connections from the same client (whereip
andport
would both be identical)If I'm missing something and this is possible - that's wonderful. Otherwise consider it a feature request :)
Beta Was this translation helpful? Give feedback.
All reactions