nats-io / nats.c

A C client for NATS
Apache License 2.0
382 stars 132 forks source link

[Added] natsConnection_Reconnect #756

Closed levb closed 3 months ago

levb commented 3 months ago

Implements https://github.com/nats-io/nats-architecture-and-design/issues/259

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 68.67%. Comparing base (3f02b1d) to head (27fd5df). Report is 1 commits behind head on main.

Files Patch % Lines
src/conn.c 57.14% 5 Missing and 10 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #756 +/- ## ========================================== - Coverage 68.72% 68.67% -0.06% ========================================== Files 39 39 Lines 15176 15189 +13 Branches 3137 3139 +2 ========================================== + Hits 10430 10431 +1 - Misses 1695 1704 +9 - Partials 3051 3054 +3 ```

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