lambdaclass / mirra_backend

Multiplayer 2D physics engine, matchmaking, market and leaderboard for 2D and 3D Games
Apache License 2.0
62 stars 1 forks source link

[BUG] Stop sending messages to dead players #936

Open manucamejo opened 1 month ago

manucamejo commented 1 month ago

If a player dies and exits from spectator mode, they should no longer receive updates. We shouldn't receive updates in the death splash 👇 Image

AminArria commented 1 month ago

Check that the client actually closed the websocket. The server won't be able to know the player is now in the "death splash" screen if it isn't told