pyzmq-ctypes icon indicating copy to clipboard operation
pyzmq-ctypes copied to clipboard

send_json recv_json

Open jassinm opened this issue 13 years ago • 2 comments

i get AttributeError: 'Socket' object has no attribute 'recv_json'

for recv_json and send_json. Are these not supported? send , recv works thanks

jassinm avatar Feb 28 '12 18:02 jassinm

This not yet implemented. Patches are welcome.

svpcom avatar Feb 28 '12 19:02 svpcom

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.

minrk avatar Feb 29 '12 00:02 minrk