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
Batched requests can get sent out of order when a given request fails to write to the tcp socket. The connection will get a Tcp.CommandFailed message and then retry the message. But at this point it is possible other requests have already been sent successfully.
The text was updated successfully, but these errors were encountered:
This bug should be straight-forward to fix but I haven't prioritized it.
Would you like to try I fix it? I would happily share my thoughts on how
and merge a PR/republish.
Batched requests can get sent out of order when a given request fails to write to the tcp socket. The connection will get a Tcp.CommandFailed message and then retry the message. But at this point it is possible other requests have already been sent successfully.
The text was updated successfully, but these errors were encountered: