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

WebSocket not working anymore? #7

Closed fbronner closed 10 years ago

fbronner commented 10 years ago

Good morning,

I updated my cocoa pod this morning and web socket don't open anymore.

You can trace it at a couple of changes. Where the asserts were replaced by NSExceptions, the logic is defective as now the return after the Exception causes it never to execute the rest of the code? Missing brackets?

robertjpayne commented 10 years ago

Hi fbronner,

Yes if you were targeting master it would have broken, I'm correcting the issue now as I do a bit more tidying up of a few things! Apologies.

robertjpayne commented 10 years ago

@fbronner If you update your cocoapods should be back to normal!

fbronner commented 10 years ago

@robertjpayne Thank you! I'll let you know if I find anything else, or might just fork it and give you code reviews.