go-zmq icon indicating copy to clipboard operation
go-zmq copied to clipboard

ZeroMQ bindings for Go

Results 6 go-zmq issues
Sort by recently updated
recently updated
newest added

Hello I have an issue with pub/sub model. I have one publisher that binds to ip:5556 and 4 workers(subs) that connects to ip:5556. Publisher After few hour of test work...

I had to add this flag to get linking on OSX, with zeromq installed via brew.

When I run 'go get' on my project that uses this project I get an error: # github.com/vaughan0/go-zmq ./poll.go:4:10: fatal error: 'zmq.h' file not found # include ``` ^ ```...