facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.54k stars 2.01k forks source link

How can I know which message has been sent successfully or failed #581

Open Sleepingbug opened 6 years ago

Sleepingbug commented 6 years ago

I want to know which message has been sent successfully or failed.

i mean, if i have many messages to send, how can i know the second message is sent successfully or failed, how can i know the last one is sent successfully or failed...

victorstewart commented 5 years ago

i support this as a vital feature :)

jeff201903 commented 4 years ago

I want know too!!!