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 7791c38 commit 45e6683Copy full SHA for 45e6683
src/v1/internal/ch-websocket.js
@@ -52,7 +52,7 @@ class WebSocketChannel {
52
return;
53
}
54
55
- this._url = scheme + ":" + opts.host + ":" + opts.port;
+ this._url = scheme + "://" + opts.host + ":" + opts.port;
56
this._ws = new WebSocket(this._url);
57
this._ws.binaryType = "arraybuffer";
58
0 commit comments