Skip to content

[Blazor][Validation] Graceful disconnection #13254

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] Graceful disconnection #13254

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 new blazor server-side application.
  • Modify the logging to turn on Debug logging for Microsoft.AspNetCore.Components
  • The following steps need to be performed with each browser. Chrome, Edge, Firefox
  • Scenario 1 (Closing the browser window):
    • Run the application with dotnet run and pipe the output to a file.
      • Close the browser.
      • Close the application.
      • Check the log messages for terminated gracefully.
  • Scenario 2 (Navigating to a different origin):
    • Add a link on the template to a different site. (www.bing.com for example).
    • Run the application with dotnet run and pipe the output to a file.
      • Navigate to the external site clicking the link.
      • Close the application.
      • Check the log messages for terminated gracefully.
  • Scenario 3 (Refreshing the page):
    • Run the application with dotnet run and pipe the output to a file.
      • Close the browser.
      • Press F5 to reload the page.
      • Close the application.
      • Check the log messages for terminated gracefully.
@javiercn javiercn added the Validation This issue is used to track validation efforts label Aug 19, 2019
@javiercn javiercn added this to the 3.0.0-preview9 milestone Aug 19, 2019
@javiercn javiercn added the area-blazor Includes: Blazor, Razor Components label Aug 19, 2019
@javiercn javiercn changed the title [Blazor] Graceful disconnection [Blazor][Validation] Graceful disconnection Aug 19, 2019
@javiercn javiercn self-assigned this Aug 20, 2019
@javiercn
Copy link
Member Author

Validated by deploying an app to app service, turning up the logs for app insights and ensuring we can find the events in the logs

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