Fluxzero 1.159.5
1.159.5 (2026-05-10)
Bug Fixes
fix(websocket): isolate JDK websocket callbacks (
3262913)Route the native JDK websocket client and listener callbacks through a Fluxzero-managed executor from ObjectUtils instead of relying on the common pool. Preserve custom HttpClient executors and add coverage for default and supplied callback executors.
Tests:
- ./mvnw -pl sdk -Dtest=JdkWebsocketConnectorTest,AbstractWebsocketClientTest test
- ./mvnw -pl test-server -am -Dtest=WebsocketReconnectTest -Dsurefire.failIfNoSpecifiedTests=false test