Closed abel-von closed 1 month ago
Attention: Patch coverage is 0%
with 16 lines
in your changes are missing coverage. Please review.
Project coverage is 25.22%. Comparing base (
a9198f2
) to head (431bfb8
). Report is 11 commits behind head on master.:exclamation: Current head 431bfb8 differs from pull request most recent head 59c3b3e. Consider uploading reports for the commit 59c3b3e to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/asynchronous/server.rs | 0.00% | 16 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
looks like ci is failing with https://github.com/containerd/ttrpc-rust/issues/219
code is rebased, please take a look. and CI error of Coverage seems a network error? @jsturtevant
The stream request and data is handle asynchronously, if the data is handled when stream is not created yet, the data will be discarded and an error occur.
we should wait until the stream is created and then the subsequent message can be handled.