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
..
2025-11-28 21:51:53 +05:30
2026-06-12 15:17:02 -04:00
2026-05-21 23:00:51 +05:30
2026-04-23 15:41:55 +05:30