This commit is contained in:
Erik 2016-11-11 15:52:36 -05:00
parent a32f2d34f0
commit a82f27ab8c
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -253,7 +253,7 @@ public final class SocketIOClient : NSObject, SocketEngineClient, SocketParsable
}
public func engineDidClose(reason: String) {
parseQueue.sync {
parseQueue.async {
self.waitingPackets.removeAll()
}