Message clarification for #1287 by NickCraver · Pull Request #1396 · StackExchange/StackExchange.Redis (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Just trying to clarify this message and figured we can rev on a PR quickly.
Old message:
To create a disconnected multiplexer, disable AbortOnConnectFail.
New message proposal:
Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
Just trying to clarify this message and figured we can rev on a PR quickly.
Old message: "To create a disconnected multiplexer, disable AbortOnConnectFail."
New message proposal: "Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code."
NickCraver linked an issue
that may beclosed by this pull request