We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b09a13 commit bfeec57Copy full SHA for bfeec57
SocketIOClientSwift/SocketEngine.swift
@@ -42,7 +42,7 @@ public final class SocketEngine: NSObject, WebSocketDelegate, SocketLogClient {
42
private var forceWebsockets = false
43
private var pingInterval:Int?
44
private var pingTimer:NSTimer?
45
- private var pingTimeout:Int = 0 {
+ private var pingTimeout = 0 {
46
didSet {
47
pongsMissedMax = pingTimeout / (pingInterval ?? 25)
48
}
0 commit comments