Skip to content

Commit

Permalink
πŸš‘ !HOTFIX: 핑퐁 둜직 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sieunie committed Nov 14, 2024
1 parent ad6afbc commit 2af524c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BE/src/websocket/base-socket.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export class BaseSocketService implements OnModuleInit {
`ν•œκ΅­νˆ¬μžμ¦κΆŒ μ›Ήμ†ŒμΌ“ μ—°κ²°: ${json.body.msg1}`,
json.header.tr_id,
);
if (json.header.tr_id === 'PINGPONG') this.socket.pong(json);
if (json.header.tr_id === 'PINGPONG')
this.socket.pong(JSON.stringify(json));
return;
}

Expand Down

0 comments on commit 2af524c

Please sign in to comment.