Storing Connections?
Opened this issue · 3 comments
donjae commented
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?
marktyers commented
I'm also having the same issue. Is this package still supported?
Selenium39 commented
Selenium39 commented