Add note about queue safety
This commit is contained in:
parent
77dfd78904
commit
d9559e7c59
@ -27,6 +27,8 @@ import Foundation
|
|||||||
|
|
||||||
/// The main class for SocketIOClientSwift.
|
/// The main class for SocketIOClientSwift.
|
||||||
///
|
///
|
||||||
|
/// **NOTE**: The client is not thread/queue safe, all interaction with the socket should be done on the `handleQueue`
|
||||||
|
///
|
||||||
/// Represents a socket.io-client. Most interaction with socket.io will be through this class.
|
/// Represents a socket.io-client. Most interaction with socket.io will be through this class.
|
||||||
open class SocketIOClient : NSObject, SocketIOClientSpec, SocketEngineClient, SocketParsable {
|
open class SocketIOClient : NSObject, SocketIOClientSpec, SocketEngineClient, SocketParsable {
|
||||||
// MARK: Properties
|
// MARK: Properties
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user