You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Options
94
94
-`reconnectWait: Int` Default is `10`
95
95
-`forcePolling: Bool` Default is `false`. `true` forces the client to use xhr-polling.
96
96
-`forceWebsockets: Bool` Default is `false`. `true` forces the client to use WebSockets.
97
-
-`nsp: String` Default is `"/"`
97
+
-`nsp: String` Default is `"/"`. Connects to a namespace.
98
98
-`cookies: [NSHTTPCookie]?` An array of NSHTTPCookies. Passed during the handshake. Default is nil.
99
99
-`log: Bool` If `true` socket will log debug messages. Default is false.
100
100
-`sessionDelegate: NSURLSessionDelegate` Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.
0 commit comments