We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b344d commit ff7f3d7Copy full SHA for ff7f3d7
1 file changed
src/StackExchange.Redis/MultiGroupMultiplexer.cs
@@ -188,7 +188,7 @@ internal GroupConnectionChangedEventArgs.ChangeType UpdateState(HealthCheck.Heal
188
bool isConnected;
189
if (_muxer is { IsConnected: true } muxer)
190
{
191
- isConnected = result is HealthCheck.HealthCheckResult.Healthy;
+ isConnected = result is not HealthCheck.HealthCheckResult.Unhealthy;
192
SetLatency(muxer.UpdateLatency());
193
}
194
else
0 commit comments