SignedNetMQ 3.3.0.9
dotnet add package SignedNetMQ --version 3.3.0.9
NuGet\Install-Package SignedNetMQ -Version 3.3.0.9
<PackageReference Include="SignedNetMQ" Version="3.3.0.9" />
paket add SignedNetMQ --version 3.3.0.9
#r "nuget: SignedNetMQ, 3.3.0.9"
// Install SignedNetMQ as a Cake Addin #addin nuget:?package=SignedNetMQ&version=3.3.0.9 // Install SignedNetMQ as a Cake Tool #tool nuget:?package=SignedNetMQ&version=3.3.0.9
UNOFFICIAL: NetMQ is 100% C# native port of ZeroMQ. NetMQ is lightweight high performance messaging library. This current version is still in alpha phase and not recommended for production usage yet
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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
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 |
---|---|---|
3.3.0.9 | 2,785 | 5/14/2014 |
* Sign NetMQ assembly
* Fixed some minor spelling problems (Receivev to Receive)
From version 3.3.0.7 NetMQ is using Big Endian by default (old versions used Little Endian) to be compitable with ZeroMQ,
In order to be compitable with older NetMQ versions you can set the Endian to Little on the Socket.Options.Endian.
You cannot support older versions of NetMQ and ZeroMQ with the same socket.