You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I've used the package although I cannot use it my pytest scenarios due to the infamous got Future <Future pending> attached to a different loop issue.
RuntimeError: Task <Task pending coro=<test_user_loader_succeedes() running at /app/loaders/tests/test_loader.py:14> cb=[_run_until_complete_cb() at /usr/local/lib/python3.7/asyncio/base_events.py:158]> got Future <Future pending> attached to a different loop
Is there an easy way to fix it?
The text was updated successfully, but these errors were encountered:
The loader should be created after the asyncio loop is started. But I still have Task was destroyed but it is pending! with aiodataloader under the heavy load.
Hello!
I've used the package although I cannot use it my pytest scenarios due to the infamous
got Future <Future pending> attached to a different loop
issue.Consider the following test code:
When run, I get an error:
Is there an easy way to fix it?
The text was updated successfully, but these errors were encountered: