Replies: 1 comment
-
I don't understand what the problem is. The disconnect event handler is invoked with the current sid, I'm not sure what you mean by "new sid" here. Can you please explain better what the problem is? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI
I am trying to disconnect a client from the server side using (disconnect(sid, namespace=None, ignore_queue=False))
which disconnects the client , but I have some functions running on the server side (based on sid) with on disconnect event (on server side) which is triggered with NEW SID, which make running those functions difficult
is there a correct way to do a client to disconnect
Please help me on this , Thank you
Beta Was this translation helpful? Give feedback.
All reactions