aspnetcore/src/Microsoft.AspNetCore.Signal...
David Fowler dc86690f04
Change default handshake timeout (#1808)
- 5 seconds seems to be too low for long polling's RTT. We often see super flaky tests and it seems like this is the best fix. Ideally, we would do something more sophisitcated than just timeout the entire time to parse.
2018-03-31 12:27:23 -07:00
..
Internal Add detailed error option (#1763) 2018-03-30 11:30:07 -07:00
Properties
DefaultHubActivator.cs
DefaultHubCallerContext.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
DefaultHubLifetimeManager.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
DefaultUserIdProvider.cs
DynamicClientProxy.cs
DynamicHub.cs
DynamicHubClients.cs
Hub.cs
HubCallerClients.cs
HubCallerContext.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
HubClients.cs
HubClients`T.cs
HubConnectionContext.cs Use IBufferWriter in IHubProtocol (#1791) 2018-03-30 17:30:08 -07:00
HubConnectionHandler.cs Add detailed error option (#1763) 2018-03-30 11:30:07 -07:00
HubConnectionStore.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
HubContext.cs
HubContext`T.cs
HubGroupList.cs
HubLifetimeManager.cs
HubMethodNameAttribute.cs
HubOptions.cs Add detailed error option (#1763) 2018-03-30 11:30:07 -07:00
HubOptionsSetup.cs Change default handshake timeout (#1808) 2018-03-31 12:27:23 -07:00
HubOptionsSetup`T.cs
HubOptions`T.cs
Hub`T.cs
IClientProxy.cs
IClientProxyExtensions.cs
IGroupManager.cs
IHubActivator.cs
IHubCallerClients.cs
IHubCallerClients`T.cs
IHubClients.cs
IHubClients`T.cs
IHubContext.cs
IHubContext`T.cs
ISignalRBuilder.cs
IUserIdProvider.cs
JsonProtocolDependencyInjectionExtensions.cs
Microsoft.AspNetCore.SignalR.Core.csproj Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Proxies.cs
SignalRBuilder.cs
SignalRDependencyInjectionExtensions.cs The rename games part 1 of many (#1696) 2018-03-22 22:35:55 -07:00
SignalRSocketBuilderExtensions.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
TypedClientBuilder.cs
TypedHubClients.cs