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

Support binary object transmission #436

Closed
wants to merge 5 commits into from

Commits on Nov 8, 2023

  1. rpc: Support binary transmission mode

    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c541c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    f6f2fd8 View commit details
    Browse the repository at this point in the history
  2. go.mod: Upgrade google.golang.org/grpc -> v1.59.0

    This is the latest revision at the moment. Related upgrades:
     * `github.com/stretchr/testify` -> `v1.8.4`
     * `google.golang.org/protobuf` -> `v1.31.0`
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4a3b626 View commit details
    Browse the repository at this point in the history
  3. rpc: Support synchronous writing to the wire

    Add `client.SyncWrite` option constructor that makes message
    transmission methods to wait for the message to be completely written
    out to the underlying connection.
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3118b92 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. *: Redo codegen with separate object replication

    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    54389e4 View commit details
    Browse the repository at this point in the history