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
We do this because we're injecting the commit indices into the outer JSON object. Instead we should put these in headers in the HTTP response, and allow the payload to be determined entirely by the app (in practice in all of our current tests, this will be JSON or msgpack, to match the request payload/headers).
The text was updated successfully, but these errors were encountered:
We do this because we're injecting the commit indices into the outer JSON object. Instead we should put these in headers in the HTTP response, and allow the payload to be determined entirely by the app (in practice in all of our current tests, this will be JSON or msgpack, to match the request payload/headers).
The text was updated successfully, but these errors were encountered: