zwopple / PocketSocket

Objective-C websocket library for building things that work in realtime on iOS and OS X.
Other
414 stars 129 forks source link

add synchronous way of sending messages #37

Closed emilwojtaszek closed 8 years ago

emilwojtaszek commented 9 years ago

how can I get feedback that some message was successfully send to server? send method is dispatch to working queue asynchronously, maybe there should be also method like sendAndWait?

robertjpayne commented 8 years ago

Unfortunately I cannot accept this PR as it includes a ton of commits from a fork that I don't wish to include all changes of.