Revert changs to Flush point tests made as part of 4ad3e9

This should resolve timing issues that are currently being seen.
This commit is contained in:
Pranav K 2014-12-03 12:48:57 -08:00
parent 91549e15a5
commit 7b20909a60
2 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,6 @@
}
@RenderBody()
@await RenderSectionAsync("content")
@{
WaitService.NotifyClient();
}

View File

@ -8,3 +8,6 @@
@await Html.PartialAsync("_PartialThatSetsTitle")
@await RenderSectionAsync("content")
More content from layout
@{
WaitService.NotifyClient();
}