goczmq icon indicating copy to clipboard operation
goczmq copied to clipboard

goczmq is a golang wrapper for CZMQ.

Results 32 goczmq issues
Sort by recently updated
recently updated
newest added

After cross compiling, the executable program format is proved to be correct by checking the readelf - h print information ELF 头: Magic: 7f 45 4c 46 01 01 01...

**Environment:** - Ubuntu 18.04 - gcc 7.5.0 **Prerequisites:** ```bash apt install libsodium-dev libczmq-dev libzmq3-dev -y ``` --- A. **Not-working command:** ```bash mkdir zmqtest go get github.com/zeromq/goczmq ``` Output: ``` #...

Hi there, I've ran into an issue when working with this project. Due to an error on my part, I've tried to access the method `Sock.Pollin` on a sock that...

I have created a simple xpub/xsub server to support my system, but it appears to be running at a high CPU load even when there is no traffic going on....

![xpub](https://github.com/imatix/zguide/raw/master/images/fig13.png) Is any example about this picture?Thanks

help wanted

when i use Dealer send message and Router recv message through Router-Dealer broker, the memory used by Router grow fastly, even though Dealer stop send message, the memory will not...

Hi everyone, thanks for this great project. I'm testing out the examples right now and ran into some problems. When executing the "Thread safe channel interface" example from the readme...

What should I put in my `go.mod` for the latest version of `goczmq`?

Hi, decided to play with ZeroMQ after some time and try Go at the same time, so probably doing something obviously wrong, but can't see it. I'm trying to get...

I've created a small test to illustrate this, but in summary I have a poller.Wait(5000) on a dealer socket, yes 5 seconds. And a whole lot of responses queued up...