BaseOutputTransport: ensure bot speaking flag is set on time

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-09 18:42:19 -08:00
parent 533a54e111
commit 64609fe80f
2 changed files with 9 additions and 8 deletions

1
changelog/3400.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed timing issue in `BaseOutputTransport` where the bot speaking flag was set after awaiting, allowing the event loop to re-enter the method before the guard was set.