IQFeed.CSharpApiClient
IQFeed.CSharpApiClient copied to clipboard
How to detect client disconnects and restart
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.