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
1.19.0 introduced access to `batch.tries` while appending a request
(inside the batch mutex). For some reason, this was the one field in a
batch that I accessed outside the batch mutex in `bumpRepeatedLoadErr`.
That field has been moved inside the mutex.
Closes#1024.
0 commit comments