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
if (ResponseCode::HTTP_BAD_REQUEST == $responseStatusCode) { throw new WrongExpectedVersionException(); }
However, while running against an EventStore cluster Guzzle is failing to redirect properly and returning 500. By not handling this, it looked like the write call was successful when it was not.
The text was updated successfully, but these errors were encountered:
The only error check is:
if (ResponseCode::HTTP_BAD_REQUEST == $responseStatusCode) { throw new WrongExpectedVersionException(); }
However, while running against an EventStore cluster Guzzle is failing to redirect properly and returning 500. By not handling this, it looked like the write call was successful when it was not.
The text was updated successfully, but these errors were encountered: