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 dba1bc2 commit 5fb1bd4Copy full SHA for 5fb1bd4
articles/azure-web-pubsub/tutorial-build-chat.md
@@ -185,7 +185,7 @@ You may remember in the [publish and subscribe message tutorial](./tutorial-pub-
185
let id = prompt('Please input your user name');
186
let res = await fetch(`/negotiate?id=${id}`);
187
let url = await res.text();
188
- let ws = new WebSocket(url);+
+ let ws = new WebSocket(url);
189
ws.onopen = () => console.log('connected');
190
})();
191
</script>
0 commit comments