mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-22 06:42:19 +03:00
Ports the single-layer cache's #12910 fix into the new dual-layer checkSemanticCache: finalize the exact pending request by id (finalizePendingScope) instead of an ambiguous (model, provider, connectionId) tuple, which could finalize the wrong in-flight request when connectionId is null or multiple requests share a connection. Co-authored-by: Jihyun Son <initguru@gmail.com> Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>