-
Notifications
You must be signed in to change notification settings - Fork 39
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
AsyncIOEventEmitter should keep a reference to scheduled futures #120
Comments
I think that assigning to |
When |
Is there any further conclusion here? |
I'm currently pushing a fix in v9.1.1 - give it a shot, and if you still have issues let me know. |
For the record, we're still observing this issue with pyee==11.0.0 (see scrapy-plugins/scrapy-playwright#188 & scrapy-plugins/scrapy-playwright#233). |
The documentation for
asyncio.ensure_future
indicates:Currently, this doesn't seem to be the case in
AsyncIOEventEmitter
, which to my understanding only adds a "done" callback, but doesn't keep the future's reference any longer.The text was updated successfully, but these errors were encountered: