I'm using socket.io, and I would like to know when a send() command finished. - is it possible? - is it possible in websockets?
Asked
Active
Viewed 1,110 times
1 Answers
1
The only way you can know, is by providing a callback when you send a message.
This invokes an ACK from the server.

Kurt Pattyn
- 2,758
- 2
- 30
- 42