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

LookupRateLimiter requires to start counting after request get received. #106

Closed mathpaquette closed 3 years ago

mathpaquette commented 3 years ago

under some rare circumstances, its possible that you received exception from IQFeed Too many requests if you have more than 10 clients.

mathpaquette commented 3 years ago

I have the working implementation locally.