added a little bit of doc

This commit is contained in:
Theenoro
2022-09-28 09:37:48 +02:00
parent 6ead5e4b10
commit ceb7adacdc
5 changed files with 35 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ export class WebSock {
ws.on('close',()=>{
clearInterval(sendData);
})
ws.send('something');
});
this.wss = wss;