Closed this issue a year ago · 2 comments
ext.Context uses random.Int63 in its generateRandomID method which causes race conditions on parallel request sending.
ext.Context
random.Int63
generateRandomID
Have you tried the unreleased version that covers up this commit ? 2c72092
Now it works. Thanks a lot!