We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9bece commit 8bde261Copy full SHA for 8bde261
SocketIOClientSwift/SocketIOClient.swift
@@ -46,7 +46,7 @@ public final class SocketIOClient: NSObject, SocketEngineClient, SocketLogClient
46
47
public let socketURL:String
48
public let handleAckQueue = dispatch_queue_create("handleAckQueue", DISPATCH_QUEUE_SERIAL)
49
- public let handleQueue: dispatch_queue_t!
+ public let handleQueue: dispatch_queue_attr_t!
50
public let emitQueue = dispatch_queue_create("emitQueue", DISPATCH_QUEUE_SERIAL)
51
public var closed:Bool {
52
return _closed
0 commit comments