Files
Eric Allam 693c646424 fix(sdk): await the in-flight stream edit before the final channel egress
In stream delivery the debounce editor's stop() cleared the pending timer but
returned immediately even with an edit request already in flight. The turn then
issued the authoritative final edit to the same message ref, so a slower
in-flight partial-text edit could land after it and leave truncated text as the
last write. stop() now awaits any in-flight edit (and makeChannelStreamTap's
flush/cancel and the turn finally await stop()), so the final edit is always the
last write.
2026-08-17 09:28:40 +01:00
..
2026-08-13 15:48:29 +01:00
2026-08-13 15:48:29 +01:00
2026-08-13 15:48:29 +01:00