Commit ea52a87
committed
Heal 3.11 coverage tracing at JSONRPCDispatcher.run() exit
run() ends via its own internal cancelled task-group join; on 3.11 a
direct `await dispatcher.run(...)` (not via tg.start) loses tracing
on the lines that follow. Heal at the exit, matching the pattern in
ClientSession.__aexit__.1 parent 9dedb40 commit ea52a87
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| 451 | + | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| |||
0 commit comments