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
AuthProxy.batch_() should use ids to match responses with requests.
According to https://www.jsonrpc.org/specification: "The Response objects being returned from a batch call MAY be returned in any order within the Array. The Client SHOULD match contexts between the set of Request objects and the resulting set of Response objects based on the id member within each Object."
Now it is assumed that the server will keep the order the same.
The text was updated successfully, but these errors were encountered:
AuthProxy.batch_()
should use ids to match responses with requests.According to https://www.jsonrpc.org/specification: "The Response objects being returned from a batch call MAY be returned in any order within the Array. The Client SHOULD match contexts between the set of Request objects and the resulting set of Response objects based on the id member within each Object."
Now it is assumed that the server will keep the order the same.
The text was updated successfully, but these errors were encountered: