We are developing a game service, and we create a room for our players to collaborate in while they are playing. Each instance of a game (there are a lot of them) is assigned a unique room for the players to communicate in order to keep. Once the game is complete, the room is no longer needed.
My question(s) are ones about the "tax" on your side of keeping these ghost rooms around.
- Do you guys clear out rooms that have not been used for a period of time?
- Is it a burden on your system for us not to clean them up? (i.e. do a server to server connection using your REST API to delete them)
- If needed, What would be your preferred approach for us to deal with these rooms that are no longer needed?
Thanks,
Steve