Fluxzero 1.68.1
1.68.1 (2026-01-12)
Bug Fixes
- fix(websocket): extend ping timeout duration to 15 seconds (
4bd5977)
Changes
Revert "feat(aggregate): commit aggregates asynchronously, waiting for all commits to complete before processing next messages" (
07c30e1)This reverts commit ec330c5.
Reverting this because this can lead to very high read counts in a very short timespan, which can cause client pings to time out, leading to a cascade of issues. Once the Fluxzero runtime reduces the number of message batches returned in parallel, the expectation is that pings will be timely answered again.