Hello everybody! How i can use async socketio client with proxy? #815
Unanswered
Soulbadguy54
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, in docs i found that request.session() object should be passed on AsyncClient() creation.
But this causes exception (Attribute error): session object do not has closed attribute.
Ofc, i didn't call it in my code, it was called in underlayer.
Should i pass async session aiohttp session instead of request.session()?
Any example containing async client + proxy usage?
Thx for help!
Beta Was this translation helpful? Give feedback.
All reactions