NsqSharp 0.3.2
See the version list below for details.
dotnet add package NsqSharp --version 0.3.2
NuGet\Install-Package NsqSharp -Version 0.3.2
<PackageReference Include="NsqSharp" Version="0.3.2" />
paket add NsqSharp --version 0.3.2
#r "nuget: NsqSharp, 0.3.2"
// Install NsqSharp as a Cake Addin #addin nuget:?package=NsqSharp&version=0.3.2 // Install NsqSharp as a Cake Tool #tool nuget:?package=NsqSharp&version=0.3.2
Client library for NSQ, a realtime distributed messaging platform. http://nsq.io/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NsqSharp:
Package | Downloads |
---|---|
Rpac.Core.Mail
Rpac.Core.Mail |
GitHub repositories
This package is not used by any popular GitHub repositories.
New features:
- Added IBus.GetCurrentMessageInformation method to get current message topic, channel, unique id.
- NsqdHttpApi Stats method now deserializes e2e_processing_latency on channels
Behavior changes:
- IBus.CurrentMessage now returns null if the current thread isn't associated with a message handler (previous behavior was to throw KeyNotFoundException)
- IBus.SendMulti and NsqdHttpApi.PublishMultiple won't send requests if message count is 0.