aspnetcore/test/shared
Steve Sanderson e71db85149 Handle overlapping events (#1655)
* Add failing unit test to demonstrate overlapping events bug

* Handle overlapping events

* Make RemoteRenderer.UpdateDisplay's return task not complete until client sends explict ACK

* CR: Rename UpdateDisplay to UpdateDisplayAsync

* CR: Fix namespace

* CR: Catch synchronous SendAsync exceptions (if they can happen)
2018-11-13 12:08:08 +00:00
..
AssertFrame.cs
AutoRenderComponent.cs
CapturedBatch.cs
IComponentExtensions.cs
TestRenderer.cs Handle overlapping events (#1655) 2018-11-13 12:08:08 +00:00
TestServiceProvider.cs