mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 14:49:19 +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