Hey its me again,
sorry to bother again. I hope we will find a quick solution for this problem:
When 3 clients joined the lobby (one is the host) and one client leaves the lobby, then the player list gets only updated in the Lobby UI of the Host. The player list of the other Clients UI still has the disconnected Player on it. If the third player reconnects then the lobby menu gets properly updated on all clients. So I think the “lobbyInformationUpdateProcess” works fine when players connect but does not when players disconnect.
Is it possible, that this is not only my Problem but a Problem in the Code of this course? I was wandering because the event ClientOnInfoUpdated gets called in OnStopClient. As far as I understand OnStopClient only gets called on the Host and on the Client that just left the Server. To me this is the reason why the other (Non host-) Clients dont get a proper Info update in their lobby when a Client leaves.
Is that correct? If so what is the solution? If not what am I missing?
Kind regards and thanks for the help and info
Frederick