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
**Commit Message**
Previously, router instance shared the rng among multiple goroutines
which is not a thread safe. This fixes it by having a goroutine local
RNG.
**Related Issues/PRs (if applicable)**
Contributes to #53
---------
Signed-off-by: Takeshi Yoneda <[email protected]>
0 commit comments