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
In the docs, the unsubscribe method is a top level function that, as far as I can tell, closes all known connections to all servers at once. I don't see any method on AtmosphereRequest ("subsocket" in the example) that would allow me to stop the subscription for a single topic. Is this not possible?
The text was updated successfully, but these errors were encountered:
To be honest, I am not sure. I was debugging an issue in our code where two sockets are used on the same page and discovered that call inside of the JS file. It seems to work and is public, so I hope its an official API...
In the docs, the
unsubscribe
method is a top level function that, as far as I can tell, closes all known connections to all servers at once. I don't see any method onAtmosphereRequest
("subsocket" in the example) that would allow me to stop the subscription for a single topic. Is this not possible?The text was updated successfully, but these errors were encountered: