We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the connection t/o, or is actively reset, it is not recoverable.
Example scenario:
I'd expect it to detect it before using the network socket, and silently re-opening it.
The text was updated successfully, but these errors were encountered:
Directly related to #1, #9, and #157
Sorry, something went wrong.
Half open connections are causing this issue. So if we are going to use connection pooling then we should close connections when they:
For an implementation please see: https://github.com/taliesins/CorrugatedIron/blob/master/CorrugatedIron/Comms/RiakConnectionPool.cs https://github.com/taliesins/CorrugatedIron/blob/master/CorrugatedIron/Comms/RiakPbcSocket.cs
Could you send over a pull request to make review easier?
No branches or pull requests
If the connection t/o, or is actively reset, it is not recoverable.
Example scenario:
The result: I get 'Unable to access functioning Riak node'.
I'd expect it to detect it before using the network socket, and silently re-opening it.
The text was updated successfully, but these errors were encountered: