Commit fbac652
committed
Fix: interrupt restart fiber in start() before clearing reference
The start function was clearing the restartFiber reference without
interrupting any currently scheduled restart fiber, orphaning it.
Use the existing cancelRestart helper which properly interrupts the
fiber before clearing the reference.1 parent add1b6f commit fbac652
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
239 | | - | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments