mathpaquette / IQFeed.CSharpApiClient

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
MIT License
120 stars 43 forks source link

How to detect client disconnects and restart #165

Open bryaan opened 3 weeks ago

bryaan commented 3 weeks ago

How can I detect a disconnected client and trigger some function? Goal being to periodically try reconnecting and processing.

Would be great to have it try to automatically reconnect at this library's level. Configurable option to try reconnect, seconds to wait, and number of attempts.