rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

Check the entity status during the close #353

Closed Gsantomaggio closed 9 months ago

Gsantomaggio commented 9 months ago

Check the entity status when is closed on the disconnection. When the entity is closed normally and there is some network problem the client could receive an closed unexpected even the entity is closed normally. A double check helps to handle this edge case

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (66b9cab) 92.01% compared to head (fd2eb73) 92.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #353 +/- ## ========================================== + Coverage 92.01% 92.17% +0.15% ========================================== Files 116 116 Lines 11719 11728 +9 Branches 910 916 +6 ========================================== + Hits 10783 10810 +27 + Misses 726 711 -15 + Partials 210 207 -3 ```

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