ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Client should buffer users messages from server. #44

Closed mdavisprog closed 3 years ago

mdavisprog commented 3 years ago

The client currently displays the latest message received for a user from the server. This should be changed to a buffering method where the chat messages for a user should be displayed one by one until the buffer is cleared out.