Update SocketEngine.swift

Fix issue #101
https://github.com/socketio/socket.io-client-swift/issues/101
This commit is contained in:
Vladislav Khorev 2016-12-26 12:40:14 +03:00 committed by GitHub
parent 0bb7fdd2eb
commit 494f3fa199

View File

@ -523,6 +523,7 @@ public final class SocketEngine : NSObject, URLSessionDelegate, SocketEnginePoll
connected = true
probing = false
polling = false
pongsMissed = 0
}
}