Home > Blockchain >  Mac/iPad Results in Dropped Blazor Server-side Connections
Mac/iPad Results in Dropped Blazor Server-side Connections

Time:09-13

I recently received a report from a Mac/iPad user who used my Blazor server-side application. The problem seems to be that when they put the Safari browser in the background (e.g. switching to another application like Twitter to talk with me), the application disconnects:

Reconnect Message

This does not occur with any device/browser combination that I have tried with Windows (my native/development environment).

I am in the process of acquiring an iPad to test this on in my local environment, but I am wondering if anyone out there has had any experience with this and/or if there is a remedy to it.

Any assistance/pointers would be appreciated.

CodePudding user response:

According to this Reddit thread, this appears to be due to a known issue: https://www.reddit.com/r/Blazor/comments/x78buq/blazor_serverside_safarimacipad_connection_issue/

It is captured here in this issue with Github: https://github.com/dotnet/aspnetcore/issues/30344

  • Related