mirror of
https://github.com/ayunami2000/ayunMultiPort.git
synced 2024-11-09 13:06:04 -08:00
commit
bd6976be8b
|
@ -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