1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-12 00:43:03 +00:00

Updated version

This commit is contained in:
Jkorf
2021-08-20 14:11:44 +02:00
parent 7e2f466ada
commit e142386bef
3 changed files with 149 additions and 3 deletions
+3
View File
@@ -313,6 +313,9 @@ private void SomeMethod()
````
## Release notes
* Version 4.0.2 - 20 Aug 2021
* Fixed socket client continuing before the send/receive loops have been started, which could cause issues when doing concurrent connections
* Version 4.0.1 - 13 Aug 2021
* Fixed OperationCancelledException when closing socket from a project targeting .net framework