mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
89bd1f57b5
Fixes #11876 This enforces that multiple xDS mutations are not issued on the same ADS connection at once, so that we can 100% control the order that they are applied. The original code made assumptions about the way multiple in-flight mutations were applied on the Envoy side that was incorrect.