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: implement Speaker and Serdes #6

Merged
merged 8 commits into from
Nov 27, 2024
Merged

feat: implement Speaker and Serdes #6

merged 8 commits into from
Nov 27, 2024

Commits on Nov 21, 2024

  1. feat: implement Speaker and Serdes

    - Adds protobuf code generation
    - Adds utilities and wrapping code around RPC message types
    - Adds RPC protocol code required for sending and receiving messages
    - Adds a end-to-end test with messages and replies between two Speakers
    deansheather committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    44b1c32 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Simplify generics usage

    The RpcMessage<T> type is now implemented directly on the protobuf types using partial classes.
    deansheather committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9e19d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb668c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Most tests

    deansheather committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    634764c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. More speaker tests

    deansheather committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d095896 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    6d4ba04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a00c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e65c36 View commit details
    Browse the repository at this point in the history