added a little bit of doc
This commit is contained in:
@@ -19,7 +19,6 @@ export class WebSock {
|
||||
ws.on('close',()=>{
|
||||
clearInterval(sendData);
|
||||
})
|
||||
ws.send('something');
|
||||
});
|
||||
this.wss = wss;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user