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
Curently it's not possible to set timeouts for sockets Riak client uses for PB connections. This results in clients that hang for extended periods if a server disappears and nothing between the client and the server closes the TCP connection.
Adding timeouts is somewhat problematic API-wise, since there is no way to pass extra options to the connection class currently.
Curently it's not possible to set timeouts for sockets Riak client uses for PB connections. This results in clients that hang for extended periods if a server disappears and nothing between the client and the server closes the TCP connection.
Adding timeouts is somewhat problematic API-wise, since there is no way to pass extra options to the connection class currently.