Gustavrohss / EverythingIsWrong

0 stars 0 forks source link

Final results should not be dynamic #43

Closed majate closed 4 years ago

majate commented 4 years ago

When the game is over, the results should stop listening to changes in the backend, and just show the final results. RIght now, a player is removed from the final results shown to the other players still in the results view if a player leaves the lobby.

majate commented 4 years ago

I guess this could be fixed by making all players unsubscribe to the lobby when a game is over (not leave the lobby, but stop all the listeners).