-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
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 reconnect.
ActionCableClient.ConnectionError.unknownDomain(Error Domain=WebSocket Code=2 "write wait timed out" UserInfo={NSLocalizedDescription=write wait timed out})
how should I make it reconnect?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels