servicetitan / Stl.Fusion.Samples

A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
MIT License
163 stars 33 forks source link

ServerTime.razor #4

Closed joriskalz closed 4 years ago

joriskalz commented 4 years ago

Stl.Fusion.Samples/src/Blazor/Client/Pages/ServerTime.razor contains a refresh button, which pretends to be able to invalidate the state, before the AutoInvalidateTime invalidates it on the server side. However, this is not working due to the reasons you mentioned on https://gitter.im/Stl-Fusion/community

joriskalz commented 4 years ago

It has been fixed and it is now working due to () => State.CancelUpdateDelay()

alexyakunin commented 4 years ago

@joriskalz thanks for closing the issue!