fix: use ReleaseFast — ReleaseSafe overflows thread stacks
ReleaseSafe's safety checks inflate stack frames in zig's TLS/crypto
paths beyond 4 MiB, causing stack overflow on every subscriber thread.
Debug and ReleaseFast both work fine.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>