SignedNetMQ 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
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"
Release Notes
* 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.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.3.0.9 | 2,048 | 5/14/2014 |