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

Concurrent sockets with async #13

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Concurrent sockets with async #13

merged 1 commit into from
Jun 20, 2024

Conversation

seanhess
Copy link
Owner

Sockets now process concurrently. No bugs I can detect when messages arrive out of order for different views (see /concurrent when running examples).

There are probably issues if two messages arrive out of order for the same view. Like if a hyperview both polls AND supports buttons, but that can be a separate issue

@seanhess seanhess merged commit 7356447 into main Jun 20, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

1 participant