Skip to content
#

guest

Here are 42 public repositories matching this topic...

arades79
arades79 commented Jun 17, 2020

Currently messages are stored in a simple list, which is appended to and popped from by the server in multiple threads. Although unlikely due to only one person adding and one person reading from the message list, all server actions are handled in independent threads and message ordering is critical to chat integrity. A race condition, which a queue would prevent, will prevent some possible cases

Improve this page

Add a description, image, and links to the guest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guest topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.