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 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?
The text was updated successfully, but these errors were encountered:
I have a strange problem. When i call unsubscribe() from javascript the server receive correctly the disconnect 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?
The text was updated successfully, but these errors were encountered: