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

rpc: Support binary request messages #438

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

cthulhu-rider
Copy link
Contributor

This feature will be useful for possible optimizations of protocol communication.

This feature will be useful for possible optimizations of protocol
communication.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (e248b50) 63.94% compared to head (4e37906) 63.66%.

Files Patch % Lines
rpc/client/init.go 0.00% 15 Missing ⚠️
rpc/client/call_options.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
- Coverage   63.94%   63.66%   -0.28%     
==========================================
  Files          75       75              
  Lines        9380     9397      +17     
==========================================
- Hits         5998     5983      -15     
- Misses       2665     2697      +32     
  Partials      717      717              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
@roman-khimov roman-khimov merged commit 55f158d into master Jan 25, 2024
5 of 7 checks passed
@roman-khimov roman-khimov deleted the feature/object-separate-replication branch January 25, 2024 13:26
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.

None yet

2 participants