mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +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.
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
```release-note:bug
|
|
xds: allow only one outstanding delta request at a time
|
|
```
|