Move log "Bot stopped" speaking from MediaSender to BaseOutputTransport - #5663
Move log "Bot stopped" speaking from MediaSender to BaseOutputTransport#5663NikolayShakin wants to merge 3 commits into
Conversation
|
The placement makes sense: the log belongs where the frame is forwarded, not where TTS stops. Two things the diff runs into, measured against The override drops the base class's default for The suite stays green either way: Restoring the default is not the whole fix. |
…ult value for direction
|
Hi @omChauhanDev, thanks for the review. I added the default value for But I'm not sure how to properly fix this:
Would it work if we only log on the downstream-ed( |
|
Yes, that filter is right. Measured on your One difference from main it leaves. The label is unchanged either way. |
|
Thanks, @omChauhanDev, I added the direction check. |
a fix for #5662