-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
Signed-off-by: Leonard Lyubich <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #436 +/- ##
==========================================
+ Coverage 63.72% 63.80% +0.08%
==========================================
Files 75 75
Lines 9380 9397 +17
==========================================
+ Hits 5977 5996 +19
+ Misses 2689 2684 -5
- Partials 714 717 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Leonard Lyubich <[email protected]>
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]>
230e436
to
7947b4a
Compare
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]>
7947b4a
to
3118b92
Compare
Signed-off-by: Leonard Lyubich <[email protected]>
|
currently experimental