HI everyone,
I am wondering how I can go about creating a CS:GO style lobby using the advanced session plugin but I am hitting a wall with any form of trying to get host migration to work (even if its really just everyone disconnecting and then reconnecting to a new host!). My goal is to have the following:
- Host can invite players (Easy to do)
- If host leaves another player can take spot as the host
- Host can search and join sessions and bring their party with them (I think this can be done by just RPC calls to the clients and telling them to join a session)
My main problem here is dealing with host migration because even if we want to reconnect we run into a very disruptive map reload which should not be the case in a simple lobby. I am just curious if anyone has done something like this before as it seems very common. Would it be best to use another service for lobbies and only have advanced sessions for the sessions themselves?