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

Remove Fiber#transfer support #4752

Merged
merged 9 commits into from
Dec 27, 2023
Merged

Conversation

rmosolgo
Copy link
Owner

I can't find a way to terminate a Fiber that received a transfer call, see:

So, I'm removing it from the library until those issues are sorted out.

Unfortunately, AsyncDataloader leaves dangling fibers anyways, I think because it uses Fiber#transfer under the hood. I may address that in another PR -- but I'm hoping my open issues in Ruby are addressed such that I can continue using the async gem!

@rmosolgo rmosolgo added this to the 2.2.2 milestone Dec 27, 2023
@rmosolgo rmosolgo merged commit 80ccf1d into master Dec 27, 2023
12 checks passed
@rmosolgo rmosolgo deleted the remove-fiber-transfer-support branch December 27, 2023 16:00
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