Доработки WebSocketConnection

This commit is contained in:
Book Pauk
2022-03-29 16:23:34 +07:00
parent 02d458d192
commit bcf075a72c
4 changed files with 8 additions and 9 deletions

View File

@@ -55,8 +55,7 @@ class WebSocketController {
ws.lastActivity = Date.now();
//pong for WebSocketConnection
if (req._rpo === 1)
this.send({_rok: 1}, req, ws);
this.send({_rok: 1}, req, ws);
switch (req.action) {
case 'test':