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 809135d commit 50b8d6dCopy full SHA for 50b8d6d
reload.js
@@ -17,7 +17,7 @@
17
if (!data.actualUrl.endsWith('/'))
18
data.actualUrl = data.actualUrl + '/';
19
20
- address = data.liveServerUrl.replace('http', 'ws');
+ address = data.liveServerUrl.replace('http', 'ws') + '/ws';
21
}
22
socket = new WebSocket(address);
23
socket.onmessage = (msg) => {
0 commit comments