dapr / go-sdk

Dapr SDK for go
Apache License 2.0
443 stars 170 forks source link

Update streaming subscription to understand new initial response #601

Closed JoshVanL closed 1 month ago

JoshVanL commented 1 month ago

Description

Issue reference

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.

Project coverage is 61.61%. Comparing base (27248ba) to head (1697890). Report is 24 commits behind head on main.

Files Patch % Lines
client/subscribe.go 0.00% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #601 +/- ## ========================================== + Coverage 58.04% 61.61% +3.56% ========================================== Files 55 56 +1 Lines 3568 3436 -132 ========================================== + Hits 2071 2117 +46 + Misses 1375 1193 -182 - Partials 122 126 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JoshVanL commented 1 month ago

@mikeee done