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
Fix panic on send to closed event channel in Go SDK
Protect dispatchEvent with a recover guard so that a notification
arriving after Disconnect does not crash the process. Also wrap the
channel close in sync.Once so Disconnect is safe to call more than once.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments