mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-12-05 18:41:56 +00:00
删掉烦人的pong
This commit is contained in:
parent
a635c82078
commit
832bf3704c
@ -54,7 +54,7 @@ class WSMessageHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async handlePong(socket: WebSocket, msg: any) {
|
private async handlePong(socket: WebSocket, msg: any) {
|
||||||
logger.debug(`received pong`);
|
//logger.debug(`received pong`);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async handleUnknown(socket: WebSocket, msg: any) {
|
private async handleUnknown(socket: WebSocket, msg: any) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user