Update SocketEngine.swift
Fix issue #101 https://github.com/socketio/socket.io-client-swift/issues/101
This commit is contained in:
parent
0bb7fdd2eb
commit
494f3fa199
|
|
@ -523,6 +523,7 @@ public final class SocketEngine : NSObject, URLSessionDelegate, SocketEnginePoll
|
|||
connected = true
|
||||
probing = false
|
||||
polling = false
|
||||
pongsMissed = 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue