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.AUTHCHALLENGE:
|
||||||
case packetTypes.AUTHREPLY:
|
case packetTypes.AUTHREPLY:
|
||||||
case packetTypes.AUTHPROPOSE:
|
case packetTypes.AUTHPROPOSE:
|
||||||
|
case packetTypes.PONG:
|
||||||
try {
|
try {
|
||||||
this.socket.pause();
|
this.socket.pause();
|
||||||
await this.handlePacket(packet);
|
await this.handlePacket(packet);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user