Skip to content

Random InvalidOperationException in MudBlazor-App #17

@markusroessler

Description

@markusroessler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions