celestix/gotgproto

Pseudo random number should not be used for RandomIDs

Closed this issue · 2 comments

TrixiS commented

ext.Context uses random.Int63 in its generateRandomID method which causes race conditions on parallel request sending.

Have you tried the unreleased version that covers up this commit ?
2c72092

TrixiS commented

Now it works. Thanks a lot!