Sending a payload upon disconnection #5287
Unanswered
tomas-correia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I send additional data when disconnecting a socket on the server?
socket.disconnect()
doesn't allow sending a payload.If I did this:
Would the client get the event before it gets disconnected?
Beta Was this translation helpful? Give feedback.
All reactions