Add note about queue type
This commit is contained in:
parent
0d6c7ece04
commit
f9360fc94f
@ -1,3 +1,3 @@
|
|||||||
|
github "daltoniam/Starscream" "3.0.2"
|
||||||
github "daltoniam/common-crypto-spm" "1.1.0"
|
github "daltoniam/common-crypto-spm" "1.1.0"
|
||||||
github "daltoniam/zlib-spm" "1.1.0"
|
github "daltoniam/zlib-spm" "1.1.0"
|
||||||
github "daltoniam/Starscream" "3.0.2"
|
|
||||||
|
|||||||
@ -41,6 +41,8 @@ open class SocketIOClient : NSObject, SocketIOClientSpec, SocketEngineClient, So
|
|||||||
|
|
||||||
/// The queue that all interaction with the client should occur on. This is the queue that event handlers are
|
/// The queue that all interaction with the client should occur on. This is the queue that event handlers are
|
||||||
/// called on.
|
/// called on.
|
||||||
|
///
|
||||||
|
/// **This should be a serial queue! Concurrent queues are not supported and might cause crashes and races**.
|
||||||
@objc
|
@objc
|
||||||
public var handleQueue = DispatchQueue.main
|
public var handleQueue = DispatchQueue.main
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user