@@ -164,7 +164,10 @@ public virtual bool SetResult(PhysicalConnection connection, Message message, Ra
}
else
{
err=string.Format("Endpoint {0} serving hashslot {1} 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.",endpoint,hashSlot);
err=string.Format("Endpoint {0} serving hashslot {1} 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. ",endpoint,hashSlot);