Commit a779577
committed
fix: await async send() in invoke handlers to avoid unawaited coroutine warnings
The async invoke handler (_run_async_handler) called sm.send() without
await for done.invoke and error.execution events, creating unawaited
coroutines from AsyncEngine.processing_loop().1 parent 08c1369 commit a779577
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments