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
Thanks for the good examples.
There's warning when running example/queue: queue/runner.py:19: DeprecationWarning: Application.make_handler(...) is deprecated, use AppRunner API instead
Thanks for the good examples.
There's warning when running
example/queue
:queue/runner.py:19: DeprecationWarning: Application.make_handler(...) is deprecated, use AppRunner API instead
Checked latest aiohttp doc., maybe need to update like this (it works without warnings):
The text was updated successfully, but these errors were encountered: