Commit c37b1f4
Fix nil pointer panic in beacon event stream on context cancellation
When subscribeStream returns nil (e.g. context canceled), startStream
now returns early instead of falling through to the select loop where
it would dereference nil basicStream fields.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4afed9e commit c37b1f4
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments