-
What do you think should be our nuget release process? Here are some of my ideas:
Idea #1
- Beta version - continues from the source and build (or minor?) part of the version is odd and revision is c…
-
Hi,
First, thank you very much for this library.
After upgrading to the latest version (3.4), I've been having problems with the socket exceptions. Basically, when I start my app, it creates a new c…
-
Hi,
I don't know if this is an issue with my usage or a real issue that needs fixing. Either way, please see if you can help
I am using zmq router-dealer configuration. The server is written in pyt…
-
For public methods/properties/events we should resort to the .net documenting convention of :
///
/// The comment
///
/// Use for something
/// The return is blah
Private methods don't need to be…
-
Ok, that's a fairly cryptic title :)
Throughout working with NetMQ I've found that code is easier to read when it's less nested. I'd like to know whether there are any objections to this idea, before…
-
There are still a few public types in the `NetMQ.zmq` namespace. From the user's perspective, there's no clear reason for this namespace and it offers the potential for confusion.
Currently the only …
-
So you mention ActiveMQ/NetMQ support and you have separate binary packages for those up on NuGet which is awesome, but are you going to publish the repos containing the source for those as well?
I w…
-
I want to make the socket outgoing api consistent with receiving API changes from #275.
What do you think should be the naming of the methods?
I thought of:
SendMoreFrame - for a more frame?
SendLa…
-
Master branch.
NetMQ.SocketOptions.MaxMsgSize is an int property which is used to set NetMQ.zmq.Options.Maxmsgsize of type long in "Options.cs:234"
case ZmqSocketOptions.Maxmsgsize:
…
-
With code that I cloned from the NetMQ repository just this past Sunday (2015/2/22), All of the unit-tests within NetMQ.Tests pass, except all of the tests within PgmTests. !! Before I dump a bunch…