Commit a624d3d
fix(cli): use queue.add over offer in IoWorker
offer silently drops tasks on bounded queues; add throws
IllegalStateException making task loss visible.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2dae3ca commit a624d3d
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments