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

Removed dynamic 'readyState' property implementation which causes crash ... #5

Closed ghost closed 10 years ago

ghost commented 10 years ago

...when accessing this property due to not implemented method. We can rely on automatic property creation.

robertjpayne commented 10 years ago

I did forget to implement this method shockingly, however it cannot be autosynthesized as _readyState must be protected by the internal worker queue. I'll commit a better patch shortly

robertjpayne commented 10 years ago

Fixed in 287954e7ba09624e9a8055abec2ccdd3c79b4137