netmq
netmq copied to clipboard
A 100% native C# implementation of ZeroMQ for .NET
Solution to resolve this error: System.OverflowException: Array dimensions exceeded supported range. at NetMQ.GCBufferPool.Take(Int32 size) at NetMQ.Msg.InitPool(Int32 size) at NetMQ.Core.Transports.V1Decoder.EightByteSizeReady() at NetMQ.Core.Transports.DecoderBase.Decode(ByteArraySegment data, Int32 size, Int32& bytesUsed) at NetMQ.Core.Transports.StreamEngine.ProcessInput() at NetMQ.Core.Transports.StreamEngine.FeedAction(Action...
I encountered a couple of dead links and typos in the documentation. I removed the 404 links and empty documentation pages. There's a new version of mkdocs that added a...
### Environment NetMQ Version: 4.0.1.8 Operating System: Windows 10 .NET Version: net6.0 I've been using those parameters to intercept network connection changes, i'm running many devices in an big indoor...
# Currently With an LGPL license, netMQ is restricted with linking the library. # Issue I can see there are some issues with LGPL: 1. If you use Single File,...
### Environment NetMQ Version: 4.0.1.8 Operating System: Windows 10 .NET Version: .NET Framework (as supported by Unity) ### Expected behaviour On initializing and starting the Subscriber (basic Subscriber pattern) the...
I have been trying to implement a basic REQ/REP model with Unity3D (Mac OS X) acting as the server and python as the client. It works OK as a standalone...
### Environment NetMQ Version: 4.0.1.8 Operating System: Windows Server 2019 (Version 1809 (OS Build 17763.2028)) .NET Version: netstandard2.0 library in use by net472 application Additional information on usage: NetMQ is...
Are there any plans to support IPC in NetMQ? I would love to be able to do cross process communication which didn't require eating up a port. Has there been...
### Environment NetMQ Version: 4.0.1.8 Operating System: Windows 10 IoT Enterprise LTSC .NET Version: 6.0 ### Expected behaviour Requests should appear in Wireshark when I watch the relevant port and...
How do I know if connection is well and alive? I connected to an non-existing IP by mistake and found that nothing happened in my code as if it was...