Skip to content

Fluxzero 1.162.2

Choose a tag to compare

@github-actions github-actions released this 11 May 12:41

1.162.2 (2026-05-11)

Bug Fixes

  • fix(test-server): clean up websocket sessions reliably (e1f2c07)

    Align the test server websocket lifecycle with the runtime by tracking active sessions, sending server-side pings, removing sessions on close or ping timeout, and sharing command idempotency across endpoints. This prevents queued work from re-registering stale trackers after a websocket close.

    Tests: ./mvnw -pl test-server -Dtest=WebsocketEndpointTest,WebsocketReconnectTest,TestServerWebsocketContractTest test

    Tests: ./mvnw -pl test-server test