@@ -152,6 +152,7 @@ public virtual bool SetResult(PhysicalConnection connection, Message message, Ra
boollog=!message.IsInternalCall;
boolisMoved=result.AssertStarts(MOVED);
stringerr=string.Empty;
boolunableToConnectError=false;
if(isMoved||result.AssertStarts(ASK))
{
message.SetResponseReceived();
...
...
@@ -178,6 +179,7 @@ public virtual bool SetResult(PhysicalConnection connection, Message message, Ra
}
else
{
unableToConnectError=true;
err=$"Endpoint {endpoint} serving hashslot {hashSlot} is not reachable at this point of time. Please check connectTimeout value. If it is low, try increasing it to give the ConnectionMultiplexer a chance to recover from the network disconnect. ";
}
#if FEATURE_PERFCOUNTER
...
...
@@ -198,8 +200,15 @@ public virtual bool SetResult(PhysicalConnection connection, Message message, Ra