aspnetcore/samples
David Fowler 5fa2892561
Change the HubSample to reconnect to the server (#1933)
- Modified the sample to test our reconnect patterns
- Add IConnectionInherentKeepAliveFeature to the tcp connection impl since Kestrel doesn't implement the heartbeat (yet).
2018-04-10 12:44:30 -07:00
..
ChatSample Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
ClientSample Change the HubSample to reconnect to the server (#1933) 2018-04-10 12:44:30 -07:00
JwtClientSample Support async access token factory (#1911) 2018-04-10 05:34:10 -07:00
JwtSample Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
SignalRSamples Use invariant culture and ordinal comparisons (#1928) 2018-04-10 16:52:19 +12:00
SocialWeather Use invariant culture and ordinal comparisons (#1928) 2018-04-10 16:52:19 +12:00
WebSocketSample