-
Notifications
You must be signed in to change notification settings - Fork 714
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
AnyIO related exception issue #986
Comments
Which version of AnyIO is this on? |
anyio==4.6.2.post1 |
Now I'd just need a clue on how to reproduce this so I can fix the problem. |
Also, does this happen on APScheduler |
Yes, this happened on the master branch. |
After I made a PR here on APScheduler, this problem no longer occurred for me. I don't know if the changes in my PR have any relation to this problem (at least I don't see it). But it stopped occurring after the changes in the PR. |
Things to check first
I have checked that my issue does not already have a solution in the FAQ
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Version
4.0.0a5
What happened?
The problem seems to be more related to AnyIO. However, I'm not using AnyIO directly so I opened this issue here.
Exception:
How can we reproduce the bug?
I don't know exactly.
The text was updated successfully, but these errors were encountered: