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

Updated version

This commit is contained in:
Jkorf
2021-10-08 13:17:53 +02:00
parent a969e99e05
commit e8ee4e5ebc
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -324,6 +324,11 @@ private void SomeMethod()
````
## Release notes
* Version 4.2.8 - 08 Oct 2021
* Fixed deadlock in socket receive
* Fixed issue in reconnection handling 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
* Version 4.2.7 - 06 Oct 2021
* Made receivedMessages protected again to allow implementations with custom transport (Bittrex) to use it again