Describe the bug
get error 'This event loop is already running' when using async session and runing it with asyncio.run, but it works normally with version 0.5.10
To Reproduce
# Minimal reproducible code, if possible.
# target websites, and request parameters.
Expected behavior
A clear and concise description of what you expected to happen.
Describe the bug get error 'This event loop is already running' when using async session and runing it with
asyncio.run
, but it works normally with version 0.5.10To Reproduce
Expected behavior A clear and concise description of what you expected to happen.
Versions
pip freeze
dumpAdditional context