EightyDecibel.AsyncNats 0.3.0

.NET Standard 2.1
There is a newer version of this package available.
See the version list below for details.
dotnet add package EightyDecibel.AsyncNats --version 0.3.0
NuGet\Install-Package EightyDecibel.AsyncNats -Version 0.3.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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EightyDecibel.AsyncNats --version 0.3.0
#r "nuget: EightyDecibel.AsyncNats, 0.3.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.
// Install EightyDecibel.AsyncNats as a Cake Addin
#addin nuget:?package=EightyDecibel.AsyncNats&version=0.3.0

// Install EightyDecibel.AsyncNats as a Cake Tool
#tool nuget:?package=EightyDecibel.AsyncNats&version=0.3.0

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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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 187 1/23/2023
1.0.4 184 1/18/2023
1.0.2 336 8/23/2022
1.0.1 288 8/23/2022
1.0.0 287 7/21/2022
0.8.5 572 2/5/2021
0.8.4 411 10/30/2020
0.8.3 453 7/28/2020
0.8.2 368 7/28/2020
0.8.1 353 7/27/2020
0.8.0 347 7/24/2020
0.7.1 362 7/6/2020
0.7.0 505 7/6/2020
0.6.5 329 6/30/2020
0.6.4 384 2/24/2020
0.6.3 364 2/5/2020
0.6.2 384 2/5/2020
0.6.0 371 1/31/2020
0.5.1 405 11/10/2019
0.5.0 400 11/8/2019
0.4.0 396 10/20/2019
0.3.0 381 10/17/2019
0.2.0 398 10/16/2019
0.1.0 418 10/16/2019