Room list updating time

Options
marf
marf
Hi guys, I'm making a lobby for my game and I noticed that it takes 5-6 seconds to update the room list (after a room is created or destroyed).
Is there the possibility to reduce this time. This problem isn't linked to the ping because I have a very good connection with the server and everything else (like RPCs) are executed instantly.

Thanks in advance,

Marco

Comments

  • vadim
    Options
    Do you use OnReceivedRoomListUpdate for room list update? It should be fired by server at the same time as OnCreatedRoom. Can you please check the difference between these calls more precisely? (on 2 different clients of course running on same machine)
    Ho do you destroy the room? I guess by leaving all clients with OnLeftRoom called on last client in sync with OnReceivedRoomListUpdate.