Fluxzero 1.234.2
1.234.2 (2026-08-03)
Bug Fixes
logging: avoid stale handler context on console errors (
99b4721)Console errors logged after a handler invocation completed inherited the publisher's handler and invocation metadata from the triggering message. Remove those two inherited fields before overlaying live correlation data, so active invocations remain attributable while post-invocation logs no longer point at the wrong handler.