mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 13:22:11 +03:00
createSession() used rotator.random() despite its docstring saying 'next available fingerprint'. Random draws collide in a small profile pool, producing duplicate fingerprints (and duplicate sess-<fp>-<ms> ids) across a warm pool — flaky tests and look-alike sessions. Switch to rotator.next() so each pooled session gets a distinct fingerprint, as documented.
1.8 KiB
1.8 KiB