mirror of
https://github.com/darverdevs/BetterMultiPort.git
synced 2024-12-21 22:54:11 -08:00
FiX oMeGa IsSuE
This commit is contained in:
parent
2d4761a2e9
commit
988b3ef77d
|
@ -48,6 +48,8 @@ const httpsrv = require("http").createServer((req,res)=>{
|
||||||
const wss = new WebSocketServer({ server: httpsrv });
|
const wss = new WebSocketServer({ server: httpsrv });
|
||||||
|
|
||||||
wss.on('connection', function(ws) {
|
wss.on('connection', function(ws) {
|
||||||
|
ws.on('error', function(er) {});
|
||||||
|
|
||||||
let client = null;
|
let client = null;
|
||||||
makeWsMcClient(ws,c=>client=c);
|
makeWsMcClient(ws,c=>client=c);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user