-
Hi
I've zeromq-4.0.5 installed on my PC and I use node-zeromq 2.10.0
and it seems that theZMQ_IMMEDIATE option has not implemented yet on node-zeromq, am I right ?
if no, how to set this option?, if …
-
I think getting data by zmq is better than getting data by command.
So , I will research zmq feature and record how to use it.
-
Module [Log::ZMQ](https://modules.perl6.org/dist/Log::ZMQ) cannot be installed (`MissingDependency`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (though…
-
Hi again!
As far as I know, ntopng currently _can't_ deduplicate NetFlow data like in this example here:
```mermaid
flowchart LR
nfd[NetFlow device] -->|NetFlow| np1
nfd[NetFlow device]…
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
I'm trying use zmq_setsockopt() -ZMQ_TOS option to set skb->priority, run in publish-subscribe m…
-
When I set both options, my replies are being discarded. If I set only the ZMQ_REQ_RELAXED options, I am able to receive replies.
```java
socket.setReqCorrelate(true);
socket.setReqRelaxed(true);…
-
*Please use this template for reporting suspected bugs or requests for help.*
# Issue description
openpgm libpgm-5.2.122
CXXLD tools/curve_keygen
/usr/bin/ld: /usr/local/lib/libpgm-5.2.s…
-
Hi,
I would like to use the Z85 encoding (https://rfc.zeromq.org/spec:32/Z85/) in my project and I was wondering how much effort would it be to expose these functions. I see that a related function…
-
In the online guide you twice call zmq_msg_more() on a message after calling zmq_msg_close() on that message:
- near the end of Multipart Messages section (http://zguide.zeromq.org/page:all#Multipart…
-
### What happened?
I am consistently seeing a leftover process after running a pipeline similar to https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_vllm.ipynb
…