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

Access client store in DisconnectListener listener #216

Open
amincheloh opened this issue Feb 16, 2015 · 0 comments
Open

Access client store in DisconnectListener listener #216

amincheloh opened this issue Feb 16, 2015 · 0 comments

Comments

@amincheloh
Copy link
Contributor

Hello,

I want update some data in database when client connect and disconnect.
I try add ConnectListener and set client store data like

socketIOClient.set("somekey", xyz);

but in DisconnectListener when I try to get "somekey" value it alway return null

socketIOClient.get("somekey");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant