pyzmq-ctypes
pyzmq-ctypes copied to clipboard
send_json recv_json
i get AttributeError: 'Socket' object has no attribute 'recv_json'
for recv_json and send_json. Are these not supported? send , recv works thanks
This not yet implemented. Patches are welcome.
pyzmq-proper is in the process of splitting off the non-core methods into a pure-Python file, so you should be able to get all of the sugar simply by tracking the upstream file.