mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 13:23:06 +02:00
Log event-queue size on readRead timeout
This commit is contained in:
parent
77740f1a63
commit
dbc2a67758
1 changed files with 3 additions and 1 deletions
|
@ -334,7 +334,9 @@ void Socket::checkForReadyReadBackup() {
|
|||
qCDebug(networking) << "Socket::checkForReadyReadyBackup() last sequence number"
|
||||
<< (uint32_t) _lastReceivedSequenceNumber << "from" << _lastPacketSockAddr << "-"
|
||||
<< _lastPacketSizeRead << "bytes";
|
||||
|
||||
#ifdef DEBUG_EVENT_QUEUE
|
||||
qCDebug(networking) << "NodeList event queue size:" << ::hifi::qt::getEventQueueSize(thread());
|
||||
#endif
|
||||
|
||||
// drop all of the pending datagrams on the floor
|
||||
int droppedCount = 0;
|
||||
|
|
Loading…
Reference in a new issue