v6.7.9
·
30 commits
to v6
since this release
[6.7.9] - 2022-07-01
Changed:
- If the Relay Proxy receives multiple server-side SDK connections for the same environment at nearly the same time, it can now prepare the flag/segment payload for all of them at once using a single buffer. Previously, a new buffer was always used for each connection, which could cause high transient memory usage if many SDKs connected in rapid succession and if the flag/segment data was large.
(Thanks, moshegood!)