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

CSharpApiClient sometimes binds to IPv6 instead of IPv4. #35

Closed mbmurray closed 5 years ago

mbmurray commented 5 years ago

When starting up, the library can try to bind to the admin port of the client using IPv6 depending on how your network/computer is set up. The library should be changed to filter out any IPv6 addresses.

mathpaquette commented 5 years ago

thanks @mbmurray ill give a look.

mathpaquette commented 5 years ago

https://www.nuget.org/packages/IQFeed.CSharpApiClient/1.4.3

thanks @mbmurray