aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 05d6bbb782
Flush first long poll immediately (#2032)
There was a race condition between the first poll and any other http request that was sent. 
In particular, if you called StartAsync then StopAsync it was possible for the delete to happen before the poll started leading to 400 errors. This change fixes that by making the very first poll
return immediately so that the client can use that to determine if there was an error connecting.
2018-04-17 00:49:26 -07:00
..
HubConnectionHandlerTestUtils Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
Internal
AuthConnectionHandler.cs
CancellationDisposable.cs
ClientProxyTests.cs Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
DefaultHubActivatorTests.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
DefaultHubLifetimeManagerTests.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
DefaultTransportFactoryTests.cs
EchoConnectionHandler.cs
EndToEndTests.cs Flush first long poll immediately (#2032) 2018-04-17 00:49:26 -07:00
HttpHeaderConnectionHandler.cs
HubConnectionHandlerTests.cs Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
HubMethodInvocationMessageTests.cs
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj
Startup.cs
UncreatableHub.cs
WebSocketsTransportTests.cs
WriteThenCloseConnectionHandler.cs