Skip to content

Client transitions still need to render in order#962

Merged
gigabo merged 1 commit into
redfin:masterfrom
gigabo:transition-in-order
Oct 17, 2017
Merged

Client transitions still need to render in order#962
gigabo merged 1 commit into
redfin:masterfrom
gigabo:transition-in-order

Conversation

@gigabo

@gigabo gigabo commented Oct 11, 2017

Copy link
Copy Markdown
Contributor

During client transitions the root structure is built up using a state machine that requires an in-order render. First render can still go out of order because the server has already laid out the root structure.

This fixes #961.

During client transitions the root structure is built up using a state machine
that requires an in-order render. First render can still go out of order
because the server has already laid out the root structure.

This fixes redfin#961.
@gigabo gigabo added the bug An issue with the system label Oct 11, 2017
@@ -601,26 +601,35 @@ class ClientController extends EventEmitter {
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be easier to look at with whitespace changes hidden.

@sresant sresant left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gigabo gigabo merged commit 262812a into redfin:master Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug An issue with the system

2 participants