-
Notifications
You must be signed in to change notification settings - Fork 66
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
Deadlock with toEffect #694
Comments
What's weird is that there are no live cats fibers when it deadlocks. |
This problem looks more fundamental. Something wrong with fiber observers. This also hangs:
|
Ahh I think the fiber is completing before the call to |
Nope that's not it. It does handle that. However |
Caused by zio/zio#9040 |
Actually reopening this so as to ensure this is updated on release and/or worked around. I think a workaround is possible using onExit rather than a fiber observer. |
hey @steinybot is this still happening with the issue in core being fixed? |
We tried the snapshot build and it fixed it so I assume it is fixed. I've just updated to 2.1.7 so will see if it is still gone. |
cats-effect 3.5.4, fs2 3.10.2, and interop-cats 23.1.0.2 and Scala 2.13
This will hang:
The text was updated successfully, but these errors were encountered: