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

Fix a scenario where Loop.send(_:) should work but deadlock instead. #23

Merged
merged 2 commits into from
Aug 21, 2020

Conversation

andersio
Copy link
Member

@andersio andersio commented Aug 21, 2020

It is using a non-reentrant RAS Signal to inject the event into the Floodgate.

Enqueue the events directly to the Floodgate, which makes it reentrant safe.

@andersio andersio added the bug Something isn't working label Aug 21, 2020
@andersio andersio self-assigned this Aug 21, 2020
@andersio andersio force-pushed the anders/drop-use-of-signal branch from a3aea89 to 1fb4826 Compare August 21, 2020 11:04
@andersio andersio merged commit d60b033 into develop Aug 21, 2020
@andersio andersio deleted the anders/drop-use-of-signal branch August 21, 2020 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants