Discussion on Blazor, a framework for building web apps with .NET and WebAssembly https://blazor.net
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
dotnet-maestro[bot] on master
Update dependencies from https:… (compare)
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
Update dependencies from https:… (compare)
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
dotnet-maestro[bot] on darc-master-e3474f54-f92f-4c3f-b116-ed9bdfe9754d
Task.WaitAny(new[] { StopRecognition.Task, Task.Delay(3000) });
? The author is an MS docs person, so I doubt we'd get an answer. I'll post a question though.
This method StopContinuousRecognitionAsync
docs say
Returns
Task
A task that will complete when input processing has been stopped. Result generation, if applicable for the input provided, may happen after this task completes and should be handled with the appropriate event.
That indicates it may take some time and there may be further processing (including calling methods on your Session object) so calling dispose immediately would be bad
EditorRequired
is now supported für bindable-Properties in .net7 ?