Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Race conditions in the reception of data over websockets. #88

Open
Rembane opened this issue Feb 25, 2019 · 0 comments
Open

Race conditions in the reception of data over websockets. #88

Rembane opened this issue Feb 25, 2019 · 0 comments

Comments

@Rembane
Copy link
Owner

Rembane commented Feb 25, 2019

Lets say A has a dependency on B and B arrives before A, then we have undefined behaviour. This issue means to address that and make the system more reliable.

For instance, if we have a SpeakerQueue associated with and AgendaItem and the SpeakerQueue arrives first, how do we handle it to make sure that we don't lose data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant