EightyDecibel.AsyncNats 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EightyDecibel.AsyncNats --version 0.2.0
                    
NuGet\Install-Package EightyDecibel.AsyncNats -Version 0.2.0
                    
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.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EightyDecibel.AsyncNats" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="EightyDecibel.AsyncNats" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EightyDecibel.AsyncNats --version 0.2.0
                    
#r "nuget: EightyDecibel.AsyncNats, 0.2.0"
                    
#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.
#addin nuget:?package=EightyDecibel.AsyncNats&version=0.2.0
                    
Install EightyDecibel.AsyncNats as a Cake Addin
#tool nuget:?package=EightyDecibel.AsyncNats&version=0.2.0
                    
Install EightyDecibel.AsyncNats as a Cake Tool

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.

Known issues

There are currently no known issues. But the library has not been rigorously tested in production environments yet.

Shortcomings

  • No direct support for RPC
  • No TLS support [and it will probably never be supported]
  • Proper documentation, working on it 😉
Product 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.

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,605 1/23/2023
1.0.4 402 1/18/2023 1.0.4 is deprecated because it has critical bugs.
1.0.2 571 8/23/2022 1.0.2 is deprecated because it has critical bugs.
1.0.1 488 8/23/2022 1.0.1 is deprecated because it has critical bugs.
1.0.0 459 7/21/2022
0.8.5 744 2/5/2021
0.8.4 574 10/30/2020
0.8.3 617 7/28/2020
0.8.2 526 7/28/2020
0.8.1 527 7/27/2020
0.8.0 511 7/24/2020
0.7.1 533 7/6/2020
0.7.0 694 7/6/2020 0.7.0 is deprecated because it has critical bugs.
0.6.5 502 6/30/2020
0.6.4 566 2/24/2020
0.6.3 507 2/5/2020
0.6.2 538 2/5/2020
0.6.0 535 1/31/2020
0.5.1 588 11/10/2019
0.5.0 569 11/8/2019
0.4.0 549 10/20/2019
0.3.0 547 10/17/2019
0.2.0 555 10/16/2019
0.1.0 574 10/16/2019