Skip to content

Commit 8bde261

Browse files
committed
fix #137
1 parent 9b9bece commit 8bde261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SocketIOClientSwift/SocketIOClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class SocketIOClient: NSObject, SocketEngineClient, SocketLogClient
4646

4747
public let socketURL:String
4848
public let handleAckQueue = dispatch_queue_create("handleAckQueue", DISPATCH_QUEUE_SERIAL)
49-
public let handleQueue: dispatch_queue_t!
49+
public let handleQueue: dispatch_queue_attr_t!
5050
public let emitQueue = dispatch_queue_create("emitQueue", DISPATCH_QUEUE_SERIAL)
5151
public var closed:Bool {
5252
return _closed

0 commit comments

Comments
 (0)