-
https://stackoverflow.com/questions/58832526/is-it-possible-to-use-zeromq-sockets-in-a-django-channels-consumer
I've got a hobby project of building an autonomous boat. I now built a GUI using a Vue…
-
The new RADIO/DISH sockets were merged into libzmq master a little over a month ago. With them comes the ability to use UDP as a transport. This is particularly important for cases that desire low lat…
-
zmq::generate_random() is called from many places but zmq::seed_random() is never called, meaning zmq::generate_random() calls an unseeded rand() and probably generates the same pseudo-random sequence…
-
I'm trying to run car_light_control and passing empty string in CarLightControl.carlanetManagerModuleType modal. I want to know how exactly should I open pycarlanet zmq server and why this error is ha…
-
Everyone seemed really excited about this in curio, and it should be pretty simple, so hey, why not.
References:
* curio implementation: https://github.com/dabeaz/curio/blob/master/examples/curio_…
-
I'm unable to fix this issue and not sure there are any real solution for this issue because got me crazy.
I tried everything possible solution i find here.
- Close port to public and only acces…
-
# Issue description
I used ZMQ_SNDBUF && ZMQ_RCVBUF on ZMQ_PUB&&ZMQ_SUB no effect.
But I executed the following command and it worked.
sudo sysctl -w net.core.wmem_default=5000
# Environment
*…
-
hi, i installed the zmq but i have a few question Regarding usage,
* how i can sync all the events which already exist in misp to zmq.
* which script sync in live the zmq and how i can to run in bac…
-
Hi,
Is there any way to contact you outside of Github?
I would like to know where to implement:
`bitcoind()->on('hashblock', function ($blockhash, $sequence)`
The idea is that bitcoind sends…
-
ZMQ_CLIENT / ZMQ_SERVER support was added to CZMQ ( see: https://github.com/zeromq/czmq/pull/1059 ).
I need to add support for these new socket types to GoCZMQ. It should be done in a way that doesn…