Skip to content

Commit

Permalink
Merge pull request #12 from chkr1011/11-data-race-in-response-payload…
Browse files Browse the repository at this point in the history
…-for-parallel-requests

Fix data race in response payload for parallel requests (#11)
  • Loading branch information
chkr1011 committed Apr 30, 2022
2 parents e07d618 + d12f5f4 commit 80bd2b8
Show file tree
Hide file tree
Showing 33 changed files with 494 additions and 390 deletions.
7 changes: 3 additions & 4 deletions Build/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[Core] Fixed null ref exception in TCP transport layer.
[Core] Added support for .NET 6.0.
[Core] Assemblies are now signed (strong name).
[Core] Updated nuget packages.
[Core] Improved support for .NET 6.0+ (Passing cancellation tokens etc.).
[Client] Both clients are not thread safe.
[Client] Fixed an issue in internal buffer management which may lead to payload corruption.
Loading

0 comments on commit 80bd2b8

Please sign in to comment.