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

Conn.sender: go back to using mpsc. #378

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented Dec 13, 2022

While working on some of the robustness refactoring we discussed on matrix, I noticed there's at least one call site where this is used without holding Conn.mu. So let's go back to the version where that's safe.

While working on some of the robustness refactoring we discussed on
matrix, I noticed there's at least one call site where this *is* used
without holding Conn.mu. So let's go back to the version where that's
safe.
@lthibault lthibault merged commit 1339225 into capnproto:main Dec 13, 2022
@zenhack zenhack deleted the sync-sender branch December 13, 2022 01:06
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.

2 participants