EightyDecibel.AsyncNats
0.6.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.6.5
NuGet\Install-Package EightyDecibel.AsyncNats -Version 0.6.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.6.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EightyDecibel.AsyncNats --version 0.6.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EightyDecibel.AsyncNats, 0.6.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.6.5 // Install EightyDecibel.AsyncNats as a Cake Tool #tool nuget:?package=EightyDecibel.AsyncNats&version=0.6.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release history
v0.6.5
- Fixed an issue where the send/receive loop task would get executed synchroniously instead of asynchroniously
v0.6.4
- Added optional TaskScheduler parameter to StartContractServer to make the "Server" run task concurrently
- Added CancellationToken to all Async methods
v0.6.3
- Added fire and forget methods (add NatsFireAndForget attribute to the methods), the caller doesn't wait for an answer. Note, exceptions thrown inside fire and forget methods will be lost!
- An exception will be thrown when ValueTask is used as a contract type
v0.6.2
- Updated InterfaceAsyncNatsSample to use a custom serializer (MessagePack)
- Fixed an issue when MessagePack was used as serializer (and possible others)
- Added DataContract / DataMember attributes to request/response classes used by the RPC functionality to aid MessagePack (and possible others)
v0.6.1
- Forgot to add StartContractServer to the interface
- Dispose the contract server channel once done (due to cancellation or exception)
v0.6
- Added RPC functionality using interface contracts (see InterfaceAsyncNatsSample)
v0.5.2
- Increased pauseWriterThreshold on receiver pipe to 1Mb to correctly handle large messages
v0.5.1
- Added events and status to INatsConnection interface
v0.5
- Added (simple) Request-Reply pattern
- Added Status property to get current connection status
- Added ConnectionException event
- Added StatusChange event
- Added ConnectionInformation event
v0.4
- Resolved a Dispose exception
- Added SubscribeObject method
v0.3
- Added PublishText / SubscribeText methods
v0.2
- Added some missing fields to connect
v0.1
- Initial release
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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.6.0)
- System.Text.Json (>= 4.6.0)
- System.Threading.Channels (>= 4.6.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,374 | 1/23/2023 | |
1.0.4 | 387 | 1/18/2023 | |
1.0.2 | 552 | 8/23/2022 | |
1.0.1 | 470 | 8/23/2022 | |
1.0.0 | 449 | 7/21/2022 | |
0.8.5 | 724 | 2/5/2021 | |
0.8.4 | 554 | 10/30/2020 | |
0.8.3 | 594 | 7/28/2020 | |
0.8.2 | 505 | 7/28/2020 | |
0.8.1 | 506 | 7/27/2020 | |
0.8.0 | 490 | 7/24/2020 | |
0.7.1 | 510 | 7/6/2020 | |
0.7.0 | 652 | 7/6/2020 | |
0.6.5 | 482 | 6/30/2020 | |
0.6.4 | 542 | 2/24/2020 | |
0.6.3 | 485 | 2/5/2020 | |
0.6.2 | 514 | 2/5/2020 | |
0.6.0 | 513 | 1/31/2020 | |
0.5.1 | 565 | 11/10/2019 | |
0.5.0 | 546 | 11/8/2019 | |
0.4.0 | 525 | 10/20/2019 | |
0.3.0 | 523 | 10/17/2019 | |
0.2.0 | 530 | 10/16/2019 | |
0.1.0 | 549 | 10/16/2019 |