forked from symfony/ux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug symfony#1411 [Live] Fixing edge case parallel rendering bug (weav…
…erryan) This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Live] Fixing edge case parallel rendering bug | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix symfony#889, Fix symfony#1333 | License | MIT Fixed an edge-case bug where a 2nd request would start before the 1st request finished processing. Commits ------- b07df68 [Live] Fixing edge case parallel rendering bug
- Loading branch information
Showing
3 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters