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

unsubscribe() reconnect again #2244

Open
afxgroup opened this issue Jan 5, 2017 · 0 comments
Open

unsubscribe() reconnect again #2244

afxgroup opened this issue Jan 5, 2017 · 0 comments

Comments

@afxgroup
Copy link

afxgroup commented Jan 5, 2017

I have a strange problem. When i call unsubscribe() from javascript the server receive correctly the disconnect event:

@Disconnect
public void onDisconnect(AtmosphereResourceEvent event)

But then i receive again another connect. So it seems it is not possible to unsubscribe from the channel without getting an onReconnect again. I don't want to reconnect the channel after unsubscribe() method.

What could be wrong?

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

1 participant