SRWebsocket notification when send finished

101 Views Asked by At

I am trying to sync read and write operations when using Socket Rocket websocket library for iOS.

When reading packets is finished I get a call to DidReceiveMessage is called, however, I cannot find a way to get notified once a send: operation ends.

Is there a way to do this ?

Thank you

0

There are 0 best solutions below