-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directline speech stops working if user clicks on the Mic during recognition #3411
Comments
Thanks for reporting. We'll investigate and prioritize during our planning and update as necessary. Thanks! |
@compulim if possible please add to the R11 investigate backlog. |
Happens in mock bot also. Steps to replicate:
This happens more often in my custom bot |
@compulim is there any update on this one? Outside of SLA, so if we could prioritize a response, that would be great. |
@collegewap we will investigate and handle this issue as part of our next upcoming release cycle. |
Sorry for late response. I am starting to investigate and will post my investigation notes here. |
Minimal repro
Investigation1It seems Speech SDK has an issue after In the second click, we called 2After bumped to Will investigate more on this code path. 3This is related to microsoft/cognitive-services-speech-sdk-js#211. We need to wait for the Cognitive Services Speech team to fix the issue in their SDK > 1.13.1. Next steps
|
Moving from R11 with the understanding that we won't have enough lead time to integrate a drop of the speech sdk |
Hi, another bug is reproduced here:
|
This is related to #3575. Keeping this issue open to ensure we verify fixed behavior post-bump. I removed the blocked label since the new sdk version is available now. |
This seems fixed in Speech SDK 1.15.0. However, while operating in DLSpeech mode, Speech SDK does not support abort. That means, all speech sending to the bot cannot be stopped even the microphone button is clicked (it's in disabled state anyway). |
Screenshots
Version
4.9.2
Describe the bug
Steps to reproduce
The issue is replicable in some other scenarios as well. I am unable to mention the exact steps. If you play around the mic button, it gets hung.
Expected behavior
Webchat should not get hung.
[Bug]
The text was updated successfully, but these errors were encountered: