Fluxzero 1.239.0
1.239.0 (2026-08-12)
Features
websocket: make runtime ingress capacity configurable (
5dc81f7)Expose per-session concurrency and retained message and byte limits while preserving bounded protocol-liveness isolation. Resolve operational properties before SDK defaults and reject invalid client configurations before connecting.
Bug Fixes
websocket: isolate liveness with bounded parallel dispatch (
cf586a2)Acknowledge pong deadlines on the protocol path and fence timeout callbacks by registration identity. Dispatch up to three complete SDK runtime messages per session concurrently while retaining fragmented, submitted, active, and pending data within the ingress bound.
Enable isolation for every SDK runtime client, preserve explicit connector executor affinity, and keep sparse transport anomaly metrics opt-in.
Changes
- Merge branch 'main' into fix/websocket-liveness (
341546d)