For some reason after the host exits the game, it does not disappear from the lobby. When I try to enter it I catch en exception which is being thrown here.
I also get this message in the console:
Unity.Services.Relay.RelayServiceException: Not Found: join code not found —> Unity.Services.Relay.Http.HttpException`1[Unity.Services.Relay.Models.ErrorResponseBody]: (404) HTTP/1.1 404 Not Found
How can I close the server as a host after exiting the game properly?