zerocontribution / rpg

Winter game
Apache License 2.0
0 stars 0 forks source link

Chat: Concurrency issues break table #107

Open robzienert opened 10 years ago

robzienert commented 10 years ago

When multiple messages come in at the same time, the table has a tendency to break itself. The chat widget needs to be refactored to queue messages into a list and render them serially, as opposed to whenever a message comes in from the server.