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

Updated Secret try to reconnect the client #364

Closed Gsantomaggio closed 8 months ago

Gsantomaggio commented 8 months ago

fixes https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/issues/363

The new password is set before trying to reconnect

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 91.94%. Comparing base (18e63d1) to head (7034974).

Files Patch % Lines
RabbitMQ.Stream.Client/RoutingClient.cs 33.33% 6 Missing and 2 partials :warning:
RabbitMQ.Stream.Client/ConnectionsPool.cs 65.00% 5 Missing and 2 partials :warning:
RabbitMQ.Stream.Client/StreamSystem.cs 76.92% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #364 +/- ## ========================================== - Coverage 92.05% 91.94% -0.12% ========================================== Files 118 118 Lines 12075 12103 +28 Branches 930 936 +6 ========================================== + Hits 11116 11128 +12 - Misses 741 757 +16 Partials 218 218 ```

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

vivek-singh2 commented 8 months ago

Thanks @Gsantomaggio Tested latest commit by breaking connection with RabbitServer (Didn't restart Rabbit Server) Pub/Sub connections were recovered.