EightyDecibel.AsyncNats
1.0.1
This version contains memory corruption in high load Request/Response/RPC scenarios, upgrade to 1.0.5 asap!
See the version list below for details.
dotnet add package EightyDecibel.AsyncNats --version 1.0.1
NuGet\Install-Package EightyDecibel.AsyncNats -Version 1.0.1
<PackageReference Include="EightyDecibel.AsyncNats" Version="1.0.1" />
paket add EightyDecibel.AsyncNats --version 1.0.1
#r "nuget: EightyDecibel.AsyncNats, 1.0.1"
// Install EightyDecibel.AsyncNats as a Cake Addin #addin nuget:?package=EightyDecibel.AsyncNats&version=1.0.1 // Install EightyDecibel.AsyncNats as a Cake Tool #tool nuget:?package=EightyDecibel.AsyncNats&version=1.0.1
AsyncNats
A Nats.IO client specifically written with new C# features in mind. Internally it uses the new System.IO.Pipelines and System.Threading.Channels libraries that were released last year. It also uses the new IAsyncEnumerable as a way to listen to messages published to subjects.
The end result is very fast Nats.io client that, in our opinion, fits the C# 8.0 language features better than the currently existing libraries.
Release history
v1.0.1
- @israellot improved performance / memory allocations
- @israellot added a more realistic benchmark
- @israellot added header support
v1.0.0
- Requests will only use a single subscription instead of setting up a new subscription every request/response
- Moved request/response handling to it's own separate class
- Added ILoggerFactory support, RPC is logged, raw request/response/publish is not
- Bumped to v1.0.0 - This library has been tested in a production environment that handles 50-100k messages/sec
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- System.IO.Pipelines (>= 6.0.3)
- System.Text.Json (>= 6.0.5)
- System.Threading.Channels (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.5 | 1,097 | 1/23/2023 | |
1.0.4 | 381 | 1/18/2023 | |
1.0.2 | 546 | 8/23/2022 | |
1.0.1 | 464 | 8/23/2022 | |
1.0.0 | 441 | 7/21/2022 | |
0.8.5 | 714 | 2/5/2021 | |
0.8.4 | 546 | 10/30/2020 | |
0.8.3 | 586 | 7/28/2020 | |
0.8.2 | 496 | 7/28/2020 | |
0.8.1 | 497 | 7/27/2020 | |
0.8.0 | 480 | 7/24/2020 | |
0.7.1 | 502 | 7/6/2020 | |
0.7.0 | 644 | 7/6/2020 | |
0.6.5 | 474 | 6/30/2020 | |
0.6.4 | 534 | 2/24/2020 | |
0.6.3 | 477 | 2/5/2020 | |
0.6.2 | 503 | 2/5/2020 | |
0.6.0 | 505 | 1/31/2020 | |
0.5.1 | 556 | 11/10/2019 | |
0.5.0 | 538 | 11/8/2019 | |
0.4.0 | 517 | 10/20/2019 | |
0.3.0 | 515 | 10/17/2019 | |
0.2.0 | 521 | 10/16/2019 | |
0.1.0 | 541 | 10/16/2019 |