Fluxzero 1.143.1
1.143.1 (2026-04-05)
Bug Fixes
fix(common): avoid duplicate memoized delegate calls (
50c6802)Use computeIfAbsent for non-expiring cache misses so concurrent callers share a single delegate invocation per key.
Add a regression test that forces concurrent access and verifies the delegate is still executed only once.