Merge pull request #12579 from SimonWalton-HiFi/RC65

Fix for avatar record only replaying once
This commit is contained in:
John Conklin II 2018-03-07 14:55:03 -08:00 committed by GitHub
commit fcb2f358f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;