When using BlazorWebView with MudBlazor I randomly get the following exception while changing the value of a MudTimePicker. The exception usually occurs after 5-10 edits.
Exception thrown: 'System.InvalidOperationException' in Microsoft.AspNetCore.Components.WebView.dll: 'Received unexpected acknowledgement for render batch 263 (next batch should be 262)'
at Microsoft.AspNetCore.Components.WebView.Services.WebViewRenderer.NotifyRenderCompleted(Int64 batchId)
The error does not occur when starting the same UI with MAUI Android Blazor Hybrid or Blazor WebApp.
Unfortunately I'm not able to reproduce the error in a blank MudBlazor/WebView project and I can't share the project where the error occurs.
Do you maybe have an idea what could cause this issue? I have no clue where I should start looking.
When using BlazorWebView with MudBlazor I randomly get the following exception while changing the value of a MudTimePicker. The exception usually occurs after 5-10 edits.
The error does not occur when starting the same UI with MAUI Android Blazor Hybrid or Blazor WebApp.
Unfortunately I'm not able to reproduce the error in a blank MudBlazor/WebView project and I can't share the project where the error occurs.
Do you maybe have an idea what could cause this issue? I have no clue where I should start looking.