Action-Cable-Swift icon indicating copy to clipboard operation
Action-Cable-Swift copied to clipboard

ActionCable is a WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client inspired by "Swift-ActionCableClient", but it not support now...

Results 3 Action-Cable-Swift issues
Sort by recently updated
recently updated
newest added

This following snippet of code in the project is creating multiple connections when connecting to high latency servers. The while loop calls `self.client?.connect` again (thus, creating another websocketclient) if the...

I love how robust the reconnection is, however if connections fail repeatedly, then the default of attempting every 0.5 seconds is going to hammer a struggling server. If the reason...

Hello @nerzh , First of all, thanks for an amazing library. I'm facing a strange issue while creating a connection. I'm using WS to create a connection. I followed all...