Files
Benjamin Pracht c70b7546da Fix nil pointer dereference in AddOnClose
When AddOnClose was called with a nil callback (to delete an existing
entry) on an already-closed participant, the fast path would invoke the
nil callback in a goroutine and panic. Skip the fast path when the
callback is nil so the delete path runs instead.

Fixes CS-1831

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-18 12:23:11 -07:00
..
2026-04-15 12:23:33 +05:30
2025-08-28 05:20:25 -07:00