You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Layout/ReconnectModal.razor.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ async function retry() {
24
24
// Reconnect will asynchronously return:
25
25
// - true to mean success
26
26
// - false to mean we reached the server, but it rejected the connection (e.g., unknown circuit ID)
27
-
// - exception to mean we didn"t reach the server (this can be sync or async)
27
+
// - exception to mean we didn't reach the server (this can be sync or async)
28
28
constsuccessful=awaitBlazor.reconnect();
29
29
if(!successful){
30
30
// We have been able to reach the server, but the circuit is no longer available.
31
-
// We"ll reload the page so the user can continue using the app as quickly as possible.
31
+
// We'll reload the page so the user can continue using the app as quickly as possible.
0 commit comments