Replies: 1 comment 5 replies
-
I'm not clear what you're trying to achieve, but I think you should be passing your custom connector to the ClientSession. |
Beta Was this translation helpful? Give feedback.
5 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,
I want to initialize each connection of my pool with a specific request to set server settings. If I override
_create_connection
fromBaseConnector
I can control the connection creation:How can I send a request to the newly created connection? Should i create a
ClientSession
inside_create_connection
and post the request then? Is there a better way of doing this?Beta Was this translation helpful? Give feedback.
All reactions