Open tkuenzle opened 2 years ago
the same problem
Same issue.
What is the maintenance status of this lib? @rmk135
This issue seems to be important to be open for so long
+1 here. Hitting it as well.
+1
same issue. is there a work around for this?
First of all, thanks a lot for this library - it's really great work you are doing here!
We are relying on this library for a FastAPI project and we noticed that when we try to inject an async resource into an async generator, somehow the injected resource is still wrapped in a future.
We would expect the following minimal example to run without exception, but what we see is
Of course we can easily work around that by doing another
await
to get the actual resource, but it would of course be great if this could be fixed.