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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,9 @@ var client = new SocketIO("http://localhost:11000/", new SocketIOOptions
96
96
|`Query`|`IEnumerable<KeyValuePair<string, string>>`| additional query parameters that are sent when connecting a namespace (then found in `socket.handshake.query` object on the server-side) |
97
97
|`EIO`|`4`| If your server is using socket.io server v2.x, please explicitly set it to 3 |
98
98
|`ExtraHeaders`|`null`| Headers that will be passed for each request to the server (via xhr-polling and via websockets). These values then can be used during handshake or for special proxies. |
99
-
|`Transport`|`WebSocket`| Websocket is used by default, you can change to http polling. |
99
+
|`Transport`|`Polling`| Websocket is used by default, you can change to http polling. |
100
+
|`AutoUpgrade`|`true`| If websocket is available, it will be automatically upgrade to use websocket |
101
+
|`Auth`|`null`| Credentials that are sent when accessing a namespace |
100
102
101
103
## Ack
102
104
@@ -347,3 +349,5 @@ SocketIOClient v2.2.0 makes `System.Text.Json` the default JSON serializer. If y
347
349
-[darrachequesne](https://github.com/darrachequesne) ([socket.io team](https://github.com/socketio/socket.io)), [500 USD](https://opencollective.com/socketio/expenses/54770), October 2021
348
350
-[darrachequesne](https://github.com/darrachequesne) ([socket.io team](https://github.com/socketio/socket.io)), [500 USD](https://opencollective.com/socketio/expenses/57210), November 2021
349
351
-[darrachequesne](https://github.com/darrachequesne) ([socket.io team](https://github.com/socketio/socket.io)), [500 USD](https://opencollective.com/socketio/expenses/60280), December 2021
352
+
-[darrachequesne](https://github.com/darrachequesne) ([socket.io team](https://github.com/socketio/socket.io)), [500 USD](https://opencollective.com/socketio/expenses/63314), January 2022
353
+
-[darrachequesne](https://github.com/darrachequesne) ([socket.io team](https://github.com/socketio/socket.io)), [500 USD](https://opencollective.com/socketio/expenses/66147), February 2022
0 commit comments