mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
send empty packet from avatar mixer for keepalive
This commit is contained in:
parent
bdde66fec8
commit
2827a1a447
1 changed files with 3 additions and 5 deletions
|
@ -110,11 +110,9 @@ int main(int argc, char* argv[])
|
|||
agentIndex++;
|
||||
}
|
||||
|
||||
if (currentBufferPosition - broadcastPacket > 1) {
|
||||
agentList.getAgentSocket().send(agentAddress,
|
||||
broadcastPacket,
|
||||
currentBufferPosition - broadcastPacket);
|
||||
}
|
||||
agentList.getAgentSocket().send(agentAddress,
|
||||
broadcastPacket,
|
||||
currentBufferPosition - broadcastPacket);
|
||||
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue