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

Stateful reconection after prerendering #8034

Closed
javiercn opened this issue Feb 28, 2019 · 2 comments
Closed

Stateful reconection after prerendering #8034

javiercn opened this issue Feb 28, 2019 · 2 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one

Comments

@javiercn
Copy link
Member

After we implement "robust reconnection" we want to enable support for "stateful" prerendering in which we reconect to a disconected circuit after prerendering and resume the rendering process from there.

@javiercn javiercn added this to the 3.0.0-preview4 milestone Feb 28, 2019
@javiercn javiercn self-assigned this Feb 28, 2019
@javiercn
Copy link
Member Author

/cc: @pranavkm

@muratg muratg added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Feb 28, 2019
@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Feb 28, 2019
@mkArtakMSFT mkArtakMSFT added 1 - Ready enhancement This issue represents an ask for new feature or an enhancement to an existing one labels Mar 7, 2019
@javiercn
Copy link
Member Author

There are issues with the reliability of the reconnection mechanism. Frames get lost and duplicated
image

Which leads to incorrect renders:
image

We need to have a more robust rendering process where we validate that batches arrive at the client, we detect duplicates and we are resilient to out of order delivery.

@javiercn javiercn added Done This issue has been fixed and removed 2 - Working labels Apr 2, 2019
@javiercn javiercn closed this as completed Apr 2, 2019
@mkArtakMSFT mkArtakMSFT removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels May 9, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 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 enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

No branches or pull requests

4 participants