Skip to content

Async sender #110

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

Draft
wants to merge 15 commits into
base: v5
Choose a base branch
from
Draft

Async sender #110

wants to merge 15 commits into from

Conversation

amunra
Copy link
Collaborator

@amunra amunra commented Jun 25, 2025

Async Rust Sender APIs with hyper and tokio

Tasks:

  • Put existing sync TCP + HTTP logic behind the sync-sender-* feature flags.
  • split logic into modules
  • make sync tcp + http code independently optional to build (to minimise deps)
  • add async http backend
  • add tls to async http backend
  • add async tcp backend
  • add auth to async tcp backend
  • add tls to async tcp backend
  • match timeout logic in http
  • match timeout logic in tcp
  • Revert CI shortcutting commit: REVERT ME BEFORE MERGE: Disabled some CI test temporarily for faster CI runs

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.

1 participant