Skip to content

Commit 2e88a16

Browse files
committed
Don't set custom callbackQueue for underlying Websocket
1 parent cc65cc5 commit 2e88a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/PusherSwift.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ let CLIENT_NAME = "pusher-websocket-swift"
4040
self.key = key
4141
let urlString = constructUrl(key: key, options: options)
4242
let ws = WebSocket(url: URL(string: urlString)!)
43-
ws.callbackQueue = DispatchQueue(label: "com.pusher.starscream.websocket.callback")
4443
connection = PusherConnection(key: key, socket: ws, url: urlString, options: options)
4544
connection.createGlobalChannel()
4645
self.nativePusher = nativePusher

0 commit comments

Comments
 (0)