Maciej Sobiepanek
Results
2
comments of
Maciej Sobiepanek
Hey! Have you setup all parameters related to reconnection? Eg: ``` let config = [ .log(true), .forceWebsockets(true), .reconnects(true), .reconnectAttempts(5), .reconnectWait(1), .reconnectWaitMax(10) ] as SocketIOClientConfiguration socketManager = SocketManager.init(socketURL: url, config: config)...
Would be really interested too. I'm digging into this topic, but it seems a lot of changed in iOS 9, then iOS 9.3 and iOS 10..