You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zmq4: could not open a ZMTP connection with "tcp://*:5559": zmq4: could not initialize ZMTP connection:
github.com/go-zeromq/zmq4.Open
/home/smart/go/src/github.com/go-zeromq/zmq4/conn.go:92
zmq4: could not exchange greetings:
github.com/go-zeromq/zmq4.(*Conn).init
/home/smart/go/src/github.com/go-zeromq/zmq4/conn.go:104
zmq4: could not recv greeting:
github.com/go-zeromq/zmq4.(*Conn).greet
/home/smart/go/src/github.com/go-zeromq/zmq4/conn.go:146
could not read ZMTP greeting:
github.com/go-zeromq/zmq4.(*greeting).read
/home/smart/go/src/github.com/go-zeromq/zmq4/protocol.go:98
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.
Environment
Expected behaviour
Return a "World" from go-zeromq
The python implementation of the zmq client works.
https://zeromq.org/languages/python/
Actual behaviour
The go-zeromq throws error.
https://github.com/go-zeromq/zmq4/blob/master/example/rrworker.go
zmq4: could not open a ZMTP connection with "tcp://*:5559": zmq4: could not initialize ZMTP connection:
github.com/go-zeromq/zmq4.Open
/home/smart/go/src/github.com/go-zeromq/zmq4/conn.go:92
github.com/go-zeromq/zmq4.(*Conn).init
/home/smart/go/src/github.com/go-zeromq/zmq4/conn.go:104
github.com/go-zeromq/zmq4.(*Conn).greet
/home/smart/go/src/github.com/go-zeromq/zmq4/conn.go:146
github.com/go-zeromq/zmq4.(*greeting).read
/home/smart/go/src/github.com/go-zeromq/zmq4/protocol.go:98
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: