Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing Connections? #23

Open
donjae opened this issue Nov 8, 2016 · 3 comments
Open

Storing Connections? #23

donjae opened this issue Nov 8, 2016 · 3 comments

Comments

@donjae
Copy link

donjae commented Nov 8, 2016

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
Copy link

I'm also having the same issue. Is this package still supported?

@Selenium39
Copy link

Selenium39 commented Jul 28, 2020

i also having the same issue.i see the events include the open,close,message....etc.message,close can work,but open doesn't work.
image

@Selenium39
Copy link

i also having the same issue.i see the events include the open,close,message....etc.message,close can work,but open doesn't work.
image

although open doesn't work .can write like below image make the open work.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants