MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

`KeywordRecognizer. RecognizeKeywordOnceAsync` blocks thread #119007

Open bpasero opened 9 months ago

bpasero commented 9 months ago

Related to https://learn.microsoft.com/en-us/cpp/cognitive-services/speech/keywordrecognizer

When using KeywordRecognizer. RecognizeKeywordOnceAsync and not awaiting the future, the executing thread is still blocked until the keyword is recognised.

AjayBathini-MSFT commented 9 months ago

@bpasero

Thanks for bringing this to our attention. I'm going to assign this to the document author so they can take a look at it accordingly.