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

IQFeed client causes webSite crash #157

Open sukhanov opened 11 months ago

sukhanov commented 11 months ago

Hello. Sometimes there is an error in SocketClient that causes my system to crash. Problem is with the method ProcessReceive line 123. This method throws ObjectDisposedException which is not handled. How can I resolve this problem?

NichUK commented 11 months ago

I had the same issue, and have a fix for it. Give me a few mins and I'll put in a PR.

NichUK commented 11 months ago

PR has been merged. Try that!