NetMQ 3.3.0.12-rc1

This is a prerelease version of NetMQ.
dotnet add package NetMQ --version 3.3.0.12-rc1
NuGet\Install-Package NetMQ -Version 3.3.0.12-rc1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetMQ" Version="3.3.0.12-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetMQ --version 3.3.0.12-rc1
#r "nuget: NetMQ, 3.3.0.12-rc1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetMQ as a Cake Addin
#addin nuget:?package=NetMQ&version=3.3.0.12-rc1&prerelease

// Install NetMQ as a Cake Tool
#tool nuget:?package=NetMQ&version=3.3.0.12-rc1&prerelease

NetMQ is 100% C# native port of ZeroMQ. NetMQ is lightweight high performance messaging library.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (16)

Showing the top 5 popular GitHub repositories that depend on NetMQ:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
stakira/OpenUtau
Open singing synthesis platform / Open source UTAU successor
awaescher/RepoZ
👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
silahian/VisualHFT
VisualHFT is a cutting-edge GUI platform for market analysis, focusing on real-time visualization of market microstructure. Built with WPF & C#, it displays key metrics like Limit Order Book dynamics and execution quality. Its modular design ensures adaptability for developers and traders, enabling tailored analytical solutions.
Version Downloads Last updated
3.3.0.12-rc1 707 1/17/2015
3.3.0.11 6,416 10/27/2014
3.3.0.10 3,070 6/14/2014
3.3.0.8 1,040 7/2/2013
3.3.0.7 56 6/27/2013
3.3.0.6 86 6/25/2013
3.3.0.5-beta 72 3/16/2013

Features:
     * DotNet 3.5 support
     * Using IO Completion Port
     * Poller support native sockets
     * Exceptions and error codes are more expressive
     * XPub Welcome Message
     * XPub Manual Subscriptions
     * Refactoring of Poller methods
     * Refactoring of Actor
     * Improve router performance by using MurMurHash

     Bug Fixes:
     * Exceptions are serializeable
     * Fix XPub.Verbose Cast exception
     * Fix optimization exception on OSX
     * Fix XSub subscriptions bug
     * Fix memory overflow issue
     * Fix bug in YPipe