issues
search
dotnet
/
aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.5k
stars
10.04k
forks
source link
[Blazor][Validation] Pending renders
#13255
Closed
javiercn
closed
5 years ago
javiercn
commented
5 years ago
Create a blazor application
Turn on Debug logging in the JavaScript side. (LogLevel 1) in BlazorOptions
Create a component that triggers a render every second.
Deploy the application to Azure App Service as a self-contained application.
Open the app and see the ticker count.
Unplug yourself from the network (or turn on airplane mode).
Observe the lost connection dialog appear.
Plug the network again.
Check that 10 renders come come back and renders continue successfully
javiercn
commented
5 years ago
Validated by capturing the logs on the application.