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

Refactor the transport layer. #23

Merged
merged 2 commits into from
May 29, 2024
Merged

Refactor the transport layer. #23

merged 2 commits into from
May 29, 2024

Commits on May 26, 2024

  1. Refactor the transport layer.

    1. Abstract the transport layer to facilitate users implementing their own transport mechanisms.
    2. Provide an RPC-based transport implementation that adopts the MessagePack data protocol and supports mTLS.
    danl5 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fae89f1 View commit details
    Browse the repository at this point in the history
  2. Refactor the transport layer.

    1. Abstract the transport layer to facilitate users implementing their own transport mechanisms.
    2. Provide an RPC-based transport implementation that adopts the MessagePack data protocol and supports mTLS.
    danl5 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6444858 View commit details
    Browse the repository at this point in the history