Skip to content

Commit a82f27a

Browse files
committed
Fix #562
1 parent a32f2d3 commit a82f27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SocketIOClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public final class SocketIOClient : NSObject, SocketEngineClient, SocketParsable
253253
}
254254

255255
public func engineDidClose(reason: String) {
256-
parseQueue.sync {
256+
parseQueue.async {
257257
self.waitingPackets.removeAll()
258258
}
259259

0 commit comments

Comments
 (0)