We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499dd7f commit 0bcc9bbCopy full SHA for 0bcc9bb
api-reference/v1.0/api/subscriptions-socketio.md
@@ -121,7 +121,7 @@ The following example shows how to use the `notificationUrl` with socket.io in J
121
122
// 'io' comes from the socket.io client library
123
var socket = io(notificationUrl, {
124
- transports: ['websocket'] // Make sure to use "websocket" as the default is set to "polling" which is not supported
+ transports: ['websocket'] // Make sure to use "websocket" instead of the default value of "polling" which isn't supported
125
});
126
127
socket.on("connect", () => {
0 commit comments