Skip to content
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

Merged
merged 16 commits into from
Jan 13, 2025
Merged

Conversation

seba-aln
Copy link
Contributor

@seba-aln seba-aln commented Dec 5, 2024

feat: Introduced configurable request handler with HTTP/2 support

@seba-aln seba-aln force-pushed the feat/replace-transport-with-httpx branch from e4f6490 to 636acaf Compare December 5, 2024 19:44
@seba-aln seba-aln force-pushed the feat/replace-transport-with-httpx branch from 4c38e13 to 05c8e5b Compare December 17, 2024 09:49
@seba-aln seba-aln marked this pull request as ready for review December 17, 2024 10:50

def close(self):
self.is_closed = True
super().aclose()

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()?

Copy link
Contributor Author

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

@seba-aln seba-aln force-pushed the feat/replace-transport-with-httpx branch 2 times, most recently from 3b62802 to 18865c8 Compare January 7, 2025 10:13
@seba-aln seba-aln force-pushed the feat/replace-transport-with-httpx branch from 18865c8 to f2d76aa Compare January 7, 2025 15:34
@seba-aln seba-aln requested a review from jguz-pubnub January 8, 2025 09:10
@seba-aln seba-aln force-pushed the feat/replace-transport-with-httpx branch from 7d4dd59 to 63e3cf1 Compare January 8, 2025 09:22
@seba-aln
Copy link
Contributor Author

@pubnub-release-bot release as 10.0.0

@seba-aln seba-aln merged commit 7494aaa into master Jan 13, 2025
9 checks passed
@seba-aln seba-aln deleted the feat/replace-transport-with-httpx branch January 13, 2025 13:24
@pubnub-release-bot
Copy link
Contributor

🚀 Release successfully completed 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants