1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Added requestBodyEmptyContent setting for rest client, Added TryParseError for rest implementations to check for error with success status code

This commit is contained in:
Jan Korf
2020-06-02 19:32:55 +02:00
parent 6e4df34aea
commit b95215866b
4 changed files with 210 additions and 7 deletions
+4
View File
@@ -194,6 +194,10 @@ The order book will automatically reconnect when the connection is lost and resy
To stop synchronizing an order book use the `Stop` method.
## Release notes
* Version 3.0.8 - 02 Jun 2020
* Added requestBodyEmptyContent setting for rest client
* Added TryParseError for rest implementations to check for error with success status code
* Version 3.0.7 - 20 May 2020
* Added error debug output
* Fix for unsubscribe causing possible deadlock