Clients don't update their displays of player names properly while room is filling.
Closed this issue · 3 comments
mgaree commented
Since players now must sit in a seat when they join a room, the 'enter'/'exit' events should cause the client to properly display user names as they sit down.
The console client should remove players from the dashboard if they exit.
mrpoodlepants commented
Not entirely. There's still some jank going on because I haven't rolled through and updated the socket methods to align with how we're handling seats now. Start a 4-console game and you'll see what I mean.
JackieChiles commented
Web client should be good to go, advise if there are issues there.