Fix #2778: Run CheckInfoReplication even with HeartbeatConsistencyChecks by NickCraver · Pull Request #2784 · StackExchange/StackExchange.Redis

@NickCraver

This is an issue identified in ##2778 and #2779 where we're not updating replication topology if heartbeat consistency checks are enabled because we exit the `if` structure early. This still runs that check if it's due in both cases, without changing the behavior of the result processor.

@NickCraver marked this pull request as ready for review

September 3, 2024 14:46

@NickCraver

mgravell

philon-msft