Closed carlosalberto closed 6 years ago
This is a PR to update MockTracer and the inline documentation for Binary prior to the 0.31 release (after the feedback we got in #243).
MockTracer
Binary
Binary.write()
Channel
Changes Unknown when pulling 256e85ea3f9b756f3ba786446c728c041ed27c01 on carlosalberto:binary_release_adjustments into on opentracing:v0.31.0.
Closing as we have decided to roll back the current binary format until consensus is achieved.
This is a PR to update
MockTracer
and the inline documentation forBinary
prior to the 0.31 release (after the feedback we got in #243).Binary.write()
when injecting a context (instead of a single write() ).Binary
methods for reading/writing work like the ones of a (synchronous)Channel
, but they don't need to belong to an actualChannel
.