Commit 21eecd5
authored
fix: send batch commands to cmds channel instead of executing them in event loop (#1473)
We shouldn't execute commands in the event loop ourselves. Instead, we
should send them to the commands channel where the command handlers will
take care of executing them.
Fixes: f5da8d0 (fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463))
Supersedes: #14851 parent 9aae1f0 commit 21eecd5
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
479 | 483 | | |
480 | 484 | | |
481 | 485 | | |
| |||
0 commit comments