Skip to content

Fluxzero 1.134.1

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:43

1.134.1 (2026-03-29)

Bug Fixes

  • fix(proxy): wait for websocket request ack on close (b92db16)

    Use the runtime append acknowledgement for websocket proxy requests and wait for it during websocket close handling.

    This makes proxy shutdown more robust by ensuring the WS_CLOSE request is accepted by the runtime before the websocket session fully tears down.
    It also gives slightly better observability for websocket proxy traffic, without waiting for the actual request handling result.