Skip to content

Tags: IgorBelinsky/CryptoExchange.Net

Tags

5.1.11

Toggle 5.1.11's commit message
5.1.11 - Added KeepAliveInterval setting, Fixed port not being copied…

… when setting parameters on request, Fixed inconsistent PackageReference casing in csproj

5.1.10

Toggle 5.1.10's commit message
5.1.10 - Fixed order book reconnecting while Diposed, Fixed exception…

… when disposing socket client while reconnecting, Added additional null/default checking in DateTimeConverter, Changed ConnectionLost subscription event to run in seperate task to prevent exception/longer operations from intervering with reconnecting

5.1.9

Toggle 5.1.9's commit message
5.1.9 - Added latency to the timesync calculation, Small fix for exce…

…ption in socket close handling

5.1.8

Toggle 5.1.8's commit message
5.1.8 - Cleanup socket code, fixed an issue which could cause connect…

…ions to never reconnect when connection was lost, Added support for sending requests which expect an empty response, Fixed issue with the DateTimeConverter date interpretation

5.1.7

Toggle 5.1.7's commit message

5.1.6

Toggle 5.1.6's commit message
Updated EnumConverter to properly handle emtpy/null and default values

4.2.8

Toggle 4.2.8's commit message
Fixed deadlock in socket receive, Fixed issue in reconnection handlin…

…g when the client is disconnected again during resubscribing, Added some additional checking of socket state to prevent sending/expecting data when socket is not connected