Skip to content

REQ to ROUTER connection  #3

@nikolascee

Description

@nikolascee

Very cool project!
I am trying to figure out why is following not supported:

  1. Router listening at tcp://*.5570
  2. zmqc sending a message via a REQ socket:
  echo "Hello" | zmqc -c REQ 'tcp://127.0.0.1:5570'

I am getting the following error message:

Traceback (most recent call last):
  File "C:\Python27\Scripts\zmqc-script.py", line 8, in <module>
    load_entry_point('zmqc==0.1.0', 'console_scripts', 'zmqc')()
  File "C:\Python27\lib\site-packages\zmqc.py", line 302, in main
    getattr(sock, args.behavior)(address)
  File "socket.pyx", line 475, in zmq.core.socket.Socket.connect (zmq\core\socket.c:4508)
zmq.core.error.ZMQError: Protocol not supported

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions