aspnetcore/src
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
..
Common Update text and binary formatter helpers to be shared (#2035) 2018-04-16 15:19:34 +12:00
Microsoft.AspNetCore.Http.Connections Flush first long poll immediately (#2032) 2018-04-17 00:49:26 -07:00
Microsoft.AspNetCore.Http.Connections.Client Flush first long poll immediately (#2032) 2018-04-17 00:49:26 -07:00
Microsoft.AspNetCore.Http.Connections.Common React to aspnet/KestrelHttpServer#2496: make IConnectionInherentKeepAliveFeature a boolean feature (#2041) 2018-04-16 11:34:12 -07:00
Microsoft.AspNetCore.SignalR API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Client.Core Move HubException and add serialization ctor (#2049) 2018-04-17 14:10:42 +12:00
Microsoft.AspNetCore.SignalR.Common Move HubException and add serialization ctor (#2049) 2018-04-17 14:10:42 +12:00
Microsoft.AspNetCore.SignalR.Core React to aspnet/KestrelHttpServer#2496: make IConnectionInherentKeepAliveFeature a boolean feature (#2041) 2018-04-16 11:34:12 -07:00
Microsoft.AspNetCore.SignalR.Protocols.Json Update text and binary formatter helpers to be shared (#2035) 2018-04-16 15:19:34 +12:00
Microsoft.AspNetCore.SignalR.Protocols.MessagePack Update text and binary formatter helpers to be shared (#2035) 2018-04-16 15:19:34 +12:00
Microsoft.AspNetCore.SignalR.Redis Move RedisLog to Internal namespace (#2038) 2018-04-16 18:08:26 +12:00
Directory.Build.props