EightyDecibel.AsyncNats
0.8.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EightyDecibel.AsyncNats --version 0.8.5
NuGet\Install-Package EightyDecibel.AsyncNats -Version 0.8.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EightyDecibel.AsyncNats" Version="0.8.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EightyDecibel.AsyncNats --version 0.8.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EightyDecibel.AsyncNats, 0.8.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EightyDecibel.AsyncNats as a Cake Addin #addin nuget:?package=EightyDecibel.AsyncNats&version=0.8.5 // Install EightyDecibel.AsyncNats as a Cake Tool #tool nuget:?package=EightyDecibel.AsyncNats&version=0.8.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release history
v0.8.5
- Added ReceivedBytesTotal and TransmitBytesTotal as properties to more monitor connection
- Added SenderQueueSize, ReceiverQueueSize, ReceivedBytesTotal and TransmitBytesTotal to interface
v0.8.4
- Timeout on RPC client did not work as intended would could make the caller hang indefinitely if the server did not respond
v0.8.3
- Publish (PUB) was reserving one byte too much when payload was 9, 99, 999, 9999, 99999, 999999 bytes large
- Unsubscribe (UNSUB) was reserving one byte too much when max messages was 9, 99, 999, 9999, 99999, 999999 bytes large
v0.8.2
- Refactored Subscribe a little bit
- Added a missing memory-rent which could corrupt memory in high message volumes
- Changed from ArrayPool to a custom MemoryPool to improve overal performance
v0.8.1
- Upgraded dependencies
- Fixed a small issue with System.IO.Pipelines
v0.8.0
- Breaking change: Rewrote subscriptions to make them a bit easier to use
- Breaking change: Removed "SubscribeAll", it made the process loop more difficult and wasn't of much use
- Slightly increased performance of message process loop
- The RPC Server proxy would eat exceptions if tasks got executed by the task scheduler/factory
- All deserialize and RPC server exceptions are now passed to ConnectionException event handler
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- System.IO.Pipelines (>= 4.7.3)
- System.Text.Json (>= 4.7.2)
- System.Threading.Channels (>= 4.7.1)
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 |