whisper
whisper copied to clipboard
Send multiple messages in one socket packet
Right now, when moving to a new area and getting existing messages, each is sent one at a time. Each of these messages has a dirty flag, and we have to wait up to a second before reordering. Instead, get all messages and send them at once, and immediately trigger the reorder.
Less message packets and no dirty bit polling = more awesome.