Add note about queue safety

This commit is contained in:
Erik 2017-05-27 12:18:10 -04:00
parent 77dfd78904
commit d9559e7c59
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -27,6 +27,8 @@ import Foundation
/// 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.
open class SocketIOClient : NSObject, SocketIOClientSpec, SocketEngineClient, SocketParsable {
// MARK: Properties