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

async connections #276

Merged
merged 7 commits into from
Sep 9, 2024
Merged

async connections #276

merged 7 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. feat: add async connection mod with tcp, udp, file

    feat: add async peek reader
    feat: change async read fn to use AsyncPeekReader
    feat: add read_v1_msg_async, read_v2_msg_async_signed, write_versioned_msg_async_signed, write_v2_msg_async_signed
    pv42 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    72203b1 View commit details
    Browse the repository at this point in the history
  2. test: add async versiosn of network loopback tests

    fix: remove tokio version cap for dev-dep
    pv42 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2042c61 View commit details
    Browse the repository at this point in the history
  3. fix: read_v2_msg_async_inner, write_versioned_msg_async_signed

    doc: update for async
    fix: remove unused serial code from async connection
    pv42 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    aa5b0b5 View commit details
    Browse the repository at this point in the history
  4. fix: fmt

    pv42 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c6bd97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfda24c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c338795 View commit details
    Browse the repository at this point in the history
  7. fix: rename tcp/udp connection to AsyncTcpConnection/AsyncUdpConnecti…

    …on, remove unneeded tokio:: prefixes
    pv42 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b2c3cb4 View commit details
    Browse the repository at this point in the history