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.
handleQueue
1 parent 6ff403f commit c3cabe4Copy full SHA for c3cabe4
Source/SocketIO/Client/SocketIOClientOption.swift
@@ -55,6 +55,8 @@ public enum SocketIOClientOption : ClientOption {
55
56
/// The queue that all interaction with the client should occur on. This is the queue that event handlers are
57
/// called on.
58
+ ///
59
+ /// **This should be a serial queue! Concurrent queues are not supported and might cause crashes and races**.
60
case handleQueue(DispatchQueue)
61
62
/// If passed `true`, the client will log debug information. This should be turned off in production code.
0 commit comments