mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
Fix for HandshakeRequest logic
This commit is contained in:
parent
9294ae0dd2
commit
17c12fde9c
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ void Connection::processControl(ControlPacketPointer controlPacket) {
|
|||
#ifdef UDT_CONNECTION_DEBUG
|
||||
qCDebug(networking) << "Got handshake request, stopping SendQueue";
|
||||
#endif
|
||||
_hasReceivedHandshakeACK = false;
|
||||
stopSendQueue();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue