-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve internal memory management to ensure payload is not corrupted.
- Loading branch information
Showing
33 changed files
with
485 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.