Timer not supported in WPF for Blazor .net6 preview 3 #32057
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Done
This issue has been fixed
feature-blazor-desktop
This issue is related to Blazor Desktop
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Component timers do not work in Blazor Desktop on WPF .net6 Preview 3.
Repro is to clone the current demo-app (https://github.com/danroth27/BlazorDesktopWPF) and add a timer in the counter.razor.
Exception:
System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
InvalidOperationException: Received unexpected acknowledgement for render batch 4 (next batch should be 3)
I tried System.Threading timer and SystemTimers timer.
The text was updated successfully, but these errors were encountered: