Chakery

Results 1 issues of Chakery

```swift let client = ActionCableClient(URL: NSURL(string: "ws://localhost:3000/cable")!) client.onDisconnected = { [weak self] error in print(error) } ``` when I got the below error message on Disconnected callback, that client don't...