FAForever / FAForever/server

Remove one of the player info's sent on login

Aperta
#901 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
proposal
Lingua principale
Python
Stelle
72
Fork
84
Merge medio
5h 11m
PR unite (30g)
1

Descrizione

When a player logs in they get their own `player_info` sent to them 3 times.
1. In the welcome message
2. In the player list
3. In the broadcasted player list that is triggered by the login event happening

At least one of these could be removed since it's just a waste of bandwidth, and would also eliminate a redundant player update on the client side.

Probably the best thing to do would be to filter out the player from the player list sent in (2).

This is a pretty minor improvement.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.