We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eef183 commit 9a2919cCopy full SHA for 9a2919c
src/v1/internal/ch-websocket.js
@@ -33,7 +33,7 @@ class WebSocketChannel {
33
* @param {Integer} opts.port - The port to use.
34
*/
35
constructor (opts) {
36
- this._url = "ws:" + opts.host + ":" + (opts.port || 7688);
+ this._url = "ws:" + opts.host + ":" + (opts.port || 7687);
37
this._ws = new WebSocket(this._url);
38
this._ws.binaryType = "arraybuffer";
39
this._open = true;
0 commit comments