You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Fail-fast nil dispatcher and zero buffer size in NewEventStore
- Recover panicking handlers in async workers so wg.Done() always fires
and the worker pool is never silently exhausted
- Remove __ctx magic key from execute() and Transaction.Commit() to
prevent context injection via Args
- Lock txMu in Rollback() to prevent concurrent Subscribe from losing
events when head is reset
- Add regression tests for panic recovery and invalid constructor args
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>