zeromq / gyre

Golang port of Zyre
GNU Lesser General Public License v3.0
88 stars 20 forks source link

beacon.go - no output ("HI") on received beacon #18

Closed ghost closed 9 years ago

armen commented 9 years ago

@joncody Honestly I don't know what's the issue, I haven't used github.com/taotetek/goczmq. You might want to file an issue in their issue tracker. Gyre has its own beacon implementation in pure Go, you can find the documentation here in case that you're interested:

https://godoc.org/github.com/zeromq/gyre/beacon

The implementation is not as mature as Czmq's which I believe is used in github.com/zeromq/goczmq , but it works fine.