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
Most of riakc_pb_socket function return tuple {error, timeout} when the call timeouts. Mapreds, key listings and search however returns {error, {timeout, term()}} in case of timeout. All these information is available only by digging through the source.
It would be nice if timeouts were handled in a consistent way and documented in the types.
The text was updated successfully, but these errors were encountered:
Most of riakc_pb_socket function return tuple {error, timeout} when the call timeouts. Mapreds, key listings and search however returns {error, {timeout, term()}} in case of timeout. All these information is available only by digging through the source.
It would be nice if timeouts were handled in a consistent way and documented in the types.
The text was updated successfully, but these errors were encountered: