-
Notifications
You must be signed in to change notification settings - Fork 115
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
Feat/replace transport with httpx #201
Conversation
e4f6490
to
636acaf
Compare
4c38e13
to
05c8e5b
Compare
|
||
def close(self): | ||
self.is_closed = True | ||
super().aclose() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why it's called aclose()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in code we call close()
method but async httpx uses aclose()
with a
standing as an "asynchronous". that's why I have to cover this base
3b62802
to
18865c8
Compare
18865c8
to
f2d76aa
Compare
7d4dd59
to
63e3cf1
Compare
Co-authored-by: Mateusz Wiktor <[email protected]>
Co-authored-by: Mateusz Wiktor <[email protected]>
@pubnub-release-bot release as 10.0.0 |
🚀 Release successfully completed 🚀 |
feat: Introduced configurable request handler with HTTP/2 support