aspnetcore/test
David Fowler e68a1b294f Fix long polling graceful shutdown (#476)
- If a message was sent and the application was ended in the same
poll request, the connection would be closed by the time the next poll
came in which resulted in a 404. This change waits until the transport writes
all data before closing it.
- Also fixed a test so that the exception started to show client side.

#469
2017-05-22 09:07:26 -07:00
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks
Microsoft.AspNetCore.SignalR.Tests Fix long polling graceful shutdown (#476) 2017-05-22 09:07:26 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Microsoft.AspNetCore.Sockets.Tests Handle case where scanning happens after dispose. (#475) 2017-05-21 23:19:17 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Microsoft.Extensions.WebSockets.Internal.Tests Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
WebSocketsTestApp