centrifugal / centrifuge-ios

Swift client to communicate with Centrifugo v1 from iOS over WebSocket (not maintained anymore)
MIT License
28 stars 23 forks source link

Test with Centrifugo v1.6.0 #6

Closed FZambia closed 7 years ago

FZambia commented 7 years ago

We just released Centrifugo v1.6.0 - it has no client protocol backwards incompatible changes, but has some protocol optimizations.

To be more concrete: Centrifugo can return single object response now where it returned array of objects in response to command before. For example in connect response. Client should already handle this as it's a protocol requirement to work both with array and single object responses.

@mogol could you test it with Centrifugo v1.6.0? Hopefully it will just work. I can not do this myself unfortunately as I am too far from iOS world:)

Opened similar issue for Android client - so looks like I am too far from mobile development world..

mogol commented 7 years ago

Smoke test with https://centrifugo.herokuapp.com - Ok 👍

FZambia commented 7 years ago

@mogol thanks a lot!