mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
- Stream release: wrap stream body with TransformStream to release account semaphore only when stream is fully consumed (Thread 1) - Key scope: remove model from semaphore key — was per-account-per-model, now truly per-account to match PR motivation (Thread 2) - Test location: move accountSemaphore.test.ts to tests/unit/ per style guide (Thread 3) - Fix flaky timestamp assertions in semaphore tests