This commit is contained in:
ChK
2026-04-04 08:34:16 +02:00
parent e90f044a30
commit 5fea87712c
5 changed files with 700 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ test('Connect to WS', ()=> {
//w = new WebSocket("ws://localhost:9991")
console.log(p.sockets)
//console.log(p.sockets)
p.server.close();
})