SignedNetMQ 3.3.0.9
Install-Package SignedNetMQ -Version 3.3.0.9
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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,400 | 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.