Merge branch 'development'

* development:
  Fix #562
This commit is contained in:
Erik 2016-11-11 15:53:58 -05:00
commit fc2a8e348c
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()
}