Skip to content

Commit

Permalink
fix: host and port are only set for the https server
Browse files Browse the repository at this point in the history
* Related #540

[ci skip]
  • Loading branch information
tegefaulkes authored and CMCDragonkai committed Aug 15, 2023
1 parent 70bd656 commit e5ad709
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/websockets/WebSocketServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ class WebSocketServer extends EventTarget {
cert: tlsConfig.certChainPem,
});
this.webSocketServer = new ws.WebSocketServer({
host: this._host,
port: this._port,
server: this.server,
});

Expand Down

0 comments on commit e5ad709

Please sign in to comment.