Search code examples
javascriptwebsocketsocket.iotransfer

Websockets transfer finished


I'm using socket.io, and I would like to know when a send() command finished. - is it possible? - is it possible in websockets?


Solution

  • The only way you can know, is by providing a callback when you send a message.
    This invokes an ACK from the server.