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
@@ -93,7 +93,7 @@ Options
93
93
-`reconnectWait: Int` Default is `10`
94
94
-`forcePolling: Bool` Default is `false`. `true` forces the client to use xhr-polling.
95
95
-`forceWebsockets: Bool` Default is `false`. `true` forces the client to use WebSockets.
96
-
-`nsp: String` Default is `"/"`
96
+
-`nsp: String` Default is `"/"`. Connects to a namespace.
97
97
-`cookies: [NSHTTPCookie]?` An array of NSHTTPCookies. Passed during the handshake. Default is nil.
98
98
-`log: Bool` If `true` socket will log debug messages. Default is false.
99
99
-`sessionDelegate: NSURLSessionDelegate` Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.
0 commit comments