peer: allong pong msg to bypass lock.
This commit is contained in:
parent
724c9f66e7
commit
b65d2dcae7
@ -1607,6 +1607,7 @@ Peer.prototype.readPacket = async function readPacket(packet) {
|
||||
case packetTypes.AUTHCHALLENGE:
|
||||
case packetTypes.AUTHREPLY:
|
||||
case packetTypes.AUTHPROPOSE:
|
||||
case packetTypes.PONG:
|
||||
try {
|
||||
this.socket.pause();
|
||||
await this.handlePacket(packet);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user