-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Deprecate bare request(), get() and family for encouraging ClientSession usage #729
Comments
Hi Andrew! IMHO most people will follow the basic examples without reading everything. Upper half of http://aiohttp.readthedocs.org/en/stable/client.html does not mention connectors. Then again, people who care for performance are probably also the ones who do read the reference doc. |
Would you update docs to emphasize |
freiheit
added a commit
to freiheit/discord_feedbot
that referenced
this issue
Feb 21, 2016
skeith
added a commit
to skeith/tmerc-cogs
that referenced
this issue
Dec 6, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recreating
Connector
on every request is a little expensive.ClientSession
allows connection utilization, it also supports keep-alives out-of-the box.Unfortunately I see many examples of bare coroutines usage -- people are lazy :(
The text was updated successfully, but these errors were encountered: