Skip to content

Commit

Permalink
fix: remove other commits
Browse files Browse the repository at this point in the history
  • Loading branch information
caijw committed Oct 15, 2018
1 parent e53b3d2 commit 192fd21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/proxy/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,12 @@ exports.start_listen = function() {
const ws = new WSServer({
server: global.TSW_HTTP_SERVER
});
global.TSW_WS_SERVER = ws;
bind_listen(ws);

if (global.TSW_HTTPS_SERVER) {
const wss = new WSServer({
server: global.TSW_HTTPS_SERVER
});
global.TSW_WSS_SERVER = ws;
bind_listen(wss);
}
};
Expand Down

0 comments on commit 192fd21

Please sign in to comment.