aspnetcore/samples/ClientSample
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
..
Tcp Change the HubSample to reconnect to the server (#1933) 2018-04-10 12:44:30 -07:00
ClientSample.csproj Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
HubSample.cs Change the HubSample to reconnect to the server (#1933) 2018-04-10 12:44:30 -07:00
LoggingMessageHandler.cs
Program.cs
RawSample.cs