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 generic_response adapter should not set an error in the result but let the caller check in each node whether an error occurred. Otherwise we cannot process responses to more than one request properly, like in the case of transactions.
The current implementation also has bug now since it might call result_->value() after an error has beed set in
The
generic_response
adapter should not set an error in theresult
but let the caller check in eachnode
whether an error occurred. Otherwise we cannot process responses to more than one request properly, like in the case of transactions.The current implementation also has bug now since it might call
result_->value()
after an error has beed set inredis/include/boost/redis/adapter/detail/adapters.hpp
Line 101 in 4652537
The text was updated successfully, but these errors were encountered: