You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(queue): assert the delivery-id prefixes are distinguishable, not longest-match
The longest-prefix tie-break could only run if one prefix were a prefix of another,
which none is -- untestable defensive code standing in for a guarantee nobody stated.
The guarantee is now an invariant test, so adding an ambiguous prefix fails with the
real problem named rather than being silently absorbed by a scan.
0 commit comments