-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Very cool project!
I am trying to figure out why is following not supported:
- Router listening at tcp://*.5570
- 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels