-
# Context:
I tried porting the libzmq performance tests since the netmq readme (https://github.com/zeromq/netmq#netmq) suggested these are missing and I were curious and wanted to help you guys).
I …
-
# Context
After implementing the performance tests, I was curious how big the latency of netmq is compared to that of the original libzmq (actually, not bad).
After playing around with the original p…
-
thoughts?
Also all the classes should be internal on the project except the ZMQ static class, SocketBase and the enums.
-
# Bug
Received messages via push/pull are empty. Both the `Size` property as well as the length of the `Data` byte[] property are 0.
# Steps to reproduce
- get the performance test from #24
- compile…
-
pgm is still not supported, there are actually two ways to implement that, microsoft implement pgm as part of msmq. we can also use the original openpgm that zeromq is using and that way it will compa…