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'm trying to differentiate between the clients and having a bit of an issue. The method .onopen doesn't really provide the necessary callbacks in the parameters to store the connection.
I've also tried doing, websocket.on('connection/open', (open)=>{...}) and still haven't had any luck.
Any suggestions on how to approach storing the (websocket) client information when the websocket connection opens?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to differentiate between the clients and having a bit of an issue. The method
.onopen
doesn't really provide the necessary callbacks in the parameters to store the connection.I've also tried doing,
websocket.on('connection/open', (open)=>{...})
and still haven't had any luck.Any suggestions on how to approach storing the (websocket) client information when the websocket connection opens?
The text was updated successfully, but these errors were encountered: