Skip to content

Commit 69c67a2

Browse files
committed
Merge branch 'master' into redoconnects
2 parents 3abb265 + dd068cb commit 69c67a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Options
9494
- `reconnectWait: Int` Default is `10`
9595
- `forcePolling: Bool` Default is `false`. `true` forces the client to use xhr-polling.
9696
- `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.
9898
- `cookies: [NSHTTPCookie]?` An array of NSHTTPCookies. Passed during the handshake. Default is nil.
9999
- `log: Bool` If `true` socket will log debug messages. Default is false.
100100
- `sessionDelegate: NSURLSessionDelegate` Sets an NSURLSessionDelegate for the underlying engine. Useful if you need to handle self-signed certs. Default is nil.

0 commit comments

Comments
 (0)