XSockets / XSockets.Clients

Realtime clients for XSockets.NET 4.*
MIT License
11 stars 9 forks source link

C# client - Add automatic heartbeat #15

Closed XSockets closed 4 years ago

XSockets commented 9 years ago

The server side can have a heartbeat enabled to automatically detect broken connections. Enable this for the client as well.

uffebjorklund commented 4 years ago

Implemented