Files
OmniRoute/open-sse
diegosouzapw d22564df4d fix(session-pool): round-robin fingerprints in SessionFactory
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.
2026-05-31 07:05:21 -03:00
..
2026-05-26 23:51:47 -03:00
2026-05-30 22:01:04 -03:00
2026-04-19 19:50:30 -03:00