centrifuge-ios icon indicating copy to clipboard operation
centrifuge-ios copied to clipboard

Swift client to communicate with Centrifugo v1 from iOS over WebSocket (not maintained anymore)

Results 4 centrifuge-ios issues
Sort by recently updated
recently updated
newest added

Hi, I have issue when trying to installing this via cocoapods or/and carthage, the problem is from the dependency to IDZSwiftCommonCrypto version 0.10.0, that can be build or add because...

We have several issues here and soon we need to adapt client to Centrifugo v2 changes. I can't do this myself and German (@mogol) has no enough time at moment...

I.e. on channels like this: `$public:chat` which considered private and require additional sign in subscription request: [docs](https://fzambia.gitbooks.io/centrifugal/content/server/client_protocol.html#private-channel-subscriptions) Here is a commit https://github.com/centrifugal/centrifuge-python/commit/1b0f3234aa748fb1dc1326ff54eb1ad98f5537d3 which adds support for private subscriptions into `centrifuge-python`...

Centrifugo sends Disconnect Advice in connection close reason (in Close Websocket frame). It's a JSON encoded string which contains 2 fields at moment, for example ```json { "reason": "shutting down",...