gyre
gyre copied to clipboard
Golang port of Zyre
hi there, with the new golang version (and its built in url lib): ``` if !n.bound { _, n.port, err = bind(n.inbox, "tcp://*:*") if err != nil { return err...
Hi, Any plans of moving away from [pebbe/zmq4](https://github.com/pebbe/zmq4) to a pure go zmq implementation? [go-zeromq/zmq4](https://github.com/go-zeromq/zmq4url) seems to be pretty active and may have what you need It'd be nice to...
I tried this package in combination with the C implementation (https://github.com/zeromq/zyre) and it does not seem to work together. Gyre does not detect the enter, shout, whisper events from [zyre](https://github.com/zeromq/zyre),...