Skip to content
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

Investigate behavior of Blazor Server on mobile when switching apps #26985

Closed
danroth27 opened this issue Oct 16, 2020 · 4 comments
Closed

Investigate behavior of Blazor Server on mobile when switching apps #26985

danroth27 opened this issue Oct 16, 2020 · 4 comments
Labels
affected-most This issue impacts most of the customers area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. feature-blazor-server feature-blazor-server-experience Issues that make Blazor server experience different of Web assembly or Desktop feature-circuit-lifecycle Issues to do with blazor server lifecycle events ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Pillar: Technical Debt Priority:2 Work that is important, but not critical for the release severity-major This label is used by an internal tool Status: Resolved

Comments

@danroth27
Copy link
Member

Folks at ThePostage reported that they often see connection loss issues on mobile devices when switching apps. The said the problem seemed worse or iOS. We should take a look at the experience and see if there's anything we can do to improve it.

@danroth27 danroth27 added area-blazor Includes: Blazor, Razor Components investigate labels Oct 16, 2020
@mkArtakMSFT mkArtakMSFT added this to the Next sprint planning milestone Oct 19, 2020
@ghost
Copy link

ghost commented Oct 19, 2020

Thanks for contacting us.
We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@SteveSandersonMS SteveSandersonMS added affected-most This issue impacts most of the customers bug This issue describes a behavior which is not expected - a bug. severity-major This label is used by an internal tool labels Nov 6, 2020 — with ASP.NET Core Issue Ranking
@javiercn javiercn added feature-blazor-server feature-blazor-server-experience Issues that make Blazor server experience different of Web assembly or Desktop feature-circuit-lifecycle Issues to do with blazor server lifecycle events labels Apr 20, 2021
@konradbartecki
Copy link

konradbartecki commented Apr 24, 2021

This is most likely due to a circuit being recycled on the server after some time.
Then when mobile browser is resuming after a long time it shows the "connection lost, retrying..." dialog for 3 seconds (default), then tries to reconnect, but this attempt is immediately rejected because server-side circuit was already disposed and results in Could not reconnect to the server. Reload the page to restore functionality message.

See #32113

@ghost
Copy link

ghost commented Aug 3, 2021

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@mkArtakMSFT
Copy link
Member

Closing in favor of #32113

@mkArtakMSFT mkArtakMSFT closed this as not planned Won't fix, can't repro, duplicate, stale Dec 22, 2023
@mkArtakMSFT mkArtakMSFT added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Dec 22, 2023
@ghost ghost added the Status: Resolved label Dec 22, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affected-most This issue impacts most of the customers area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. feature-blazor-server feature-blazor-server-experience Issues that make Blazor server experience different of Web assembly or Desktop feature-circuit-lifecycle Issues to do with blazor server lifecycle events ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Pillar: Technical Debt Priority:2 Work that is important, but not critical for the release severity-major This label is used by an internal tool Status: Resolved
Projects
None yet
Development

No branches or pull requests

7 participants
@pranavkm @SteveSandersonMS @danroth27 @konradbartecki @javiercn @mkArtakMSFT and others