NsqSharp 0.5.4
dotnet add package NsqSharp --version 0.5.4
NuGet\Install-Package NsqSharp -Version 0.5.4
<PackageReference Include="NsqSharp" Version="0.5.4" />
paket add NsqSharp --version 0.5.4
#r "nuget: NsqSharp, 0.5.4"
// Install NsqSharp as a Cake Addin #addin nuget:?package=NsqSharp&version=0.5.4 // Install NsqSharp as a Cake Tool #tool nuget:?package=NsqSharp&version=0.5.4
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 is compatible. 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:
- Add TLS support for Producers and Consumers.
- Add AutofacObjectBuilder convenience class; tested against Autofac 3.5.2. Supported in .NET 4.0 and higher.
Fixed issues:
- Fix race conditions in Producer and Consumer when nsqd connectivity lost.
- If message Attempt > MaxAttempts try to get the resolved handler type and deserialized message body to send to MessageAuditor; mirrors behavior if Attempt <= MaxAttempts.
Other:
- Consumer: Remove internal class ApiRequest for querying nsqlookupd, replace with public class NsqLookupdHttpClient.
- Config: Change default TCP WriteTimeout from 1s to 10s to maintain connectivity in higher latency scenarios; affects Producers and Consumers using default Config.WriteTimeout.
- More helpful error messages when connecting to the wrong nsqd or nsqlookupd port.
- Add strong name to NsqSharp.dll.