There was an error while loading. Please reload this page.
8f4ecb1
v0.6.0 — session resume + multi-tenant limits + graceful shutdown Session resume (opt-in, Pusher-compatible): per-channel seq + ring buffer, authorization-safe replay after reconnect, ~40-line Echo/pusher-js companion. Per-app limits: max_messages_per_second (429 + Retry-After), max_channels, max_presence_members. Graceful shutdown: SIGTERM -> 1001 close frames + bounded drain, verified at 10k connections. Boot ulimit warning, nginx/Caddy + session-resume docs. A feature no Pusher-compatible server offers.