Feature Request: allow user to pass in custom ClientSession
kirkhansen opened this issue · 1 comments
kirkhansen commented
I'd like to make use of https://github.com/JWCook/aiohttp-client-cache which subclasses the ClientSession
. I think the easiest path forward would be to pass in the cached session object when creating a RetryClient
.
inyutin commented
@kirkhansen Hello!
It's possible now, look this commit for an example
14b8541
Use >= 2.5.4v.