From 9921213639d05d148324984ecb0a349b1ab09f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Rozto=C4=8Dil?= Date: Fri, 18 Jul 2025 14:48:19 +0200 Subject: [PATCH] Replace unload event with pagehide for sending disconnect beacon from the Blazor client --- src/Components/Web.JS/src/Boot.Server.Common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Web.JS/src/Boot.Server.Common.ts b/src/Components/Web.JS/src/Boot.Server.Common.ts index 447ab449444e..7b1846b267fc 100644 --- a/src/Components/Web.JS/src/Boot.Server.Common.ts +++ b/src/Components/Web.JS/src/Boot.Server.Common.ts @@ -121,7 +121,7 @@ async function startServerCore(components: RootComponentManager