Skip to content

[Blazor][Validation] Pending renders #13255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
javiercn opened this issue Aug 19, 2019 · 1 comment
Closed

[Blazor][Validation] Pending renders #13255

javiercn opened this issue Aug 19, 2019 · 1 comment
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed Validation This issue is used to track validation efforts

Comments

@javiercn
Copy link
Member

  • 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 javiercn added area-blazor Includes: Blazor, Razor Components Validation This issue is used to track validation efforts labels Aug 19, 2019
@javiercn javiercn added this to the 3.0.0-preview9 milestone Aug 19, 2019
@javiercn javiercn changed the title [Blazor] Pending renders [Blazor][Validation] Pending renders Aug 19, 2019
@javiercn javiercn self-assigned this Aug 20, 2019
@javiercn
Copy link
Member Author

Validated by capturing the logs on the application.

image

@javiercn javiercn added the Done This issue has been fixed label Aug 20, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed Validation This issue is used to track validation efforts
Projects
None yet
Development

No branches or pull requests

1 participant