[ci skip] fix veilid_api duration logging, add keyed spans to veilid-api tracing so they show up

This commit is contained in:
Christien Rioux 2025-03-11 13:30:12 -04:00
parent 67eeb87c28
commit 6018d385e8
3 changed files with 77 additions and 59 deletions

View file

@ -824,6 +824,8 @@ async def sync_win(
win.addstr(n+2, 1, " " * subkey_count, curses.color_pair(1))
win.refresh()
time.sleep(.5)
curses.endwin()