You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with line, where you access .Result, if the Task did not complete, because of timeout it hangs.
A few lines above, there is Wait, but if it returns false, inside it depends on AbortOnConnectFail: it either throws or not, and if not, then it gets to this line and hangs on .Result:
Hi,
The problem is with line, where you access
.Result
, if the Task did not complete, because of timeout it hangs.A few lines above, there is Wait, but if it returns false, inside it depends on
AbortOnConnectFail
: it either throws or not, and if not, then it gets to this line and hangs on.Result
:StackExchange.Redis/src/StackExchange.Redis/ConnectionMultiplexer.cs
Line 716 in 0071148
The text was updated successfully, but these errors were encountered: