aspnetcore/samples/ClientSample/Tcp
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
..
BufferExtensions.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
SocketAwaitable.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
SocketReceiver.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
SocketSender.cs Use in for ReadOnlySequence (#1900) 2018-04-09 09:29:27 -07:00
TcpConnection.cs Change the HubSample to reconnect to the server (#1933) 2018-04-10 12:44:30 -07:00
TcpHubConnectionBuilderExtensions.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00