mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
D2 moved poolSlug collection outside the connection loop, so a pool whose only connection was deleted still leaked its slug into resolveQuotaKeyScope — that slug has no quotaShared-* models behind it. Gate the slug on >=1 valid member connection (restores Phase-A2 behavior for multi-connection pools).