zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.72k stars 636 forks source link

handle custom Message types in zmq.log #1835

Closed minrk closed 1 year ago

minrk commented 1 year ago

closes #1834

minrk commented 1 year ago

Turns out getMessage wasn't quite right, since that's called in format, and I don't think we can call format before stripping the topic. So instead, call str explicitly, just like in getMessage, rather than calling getMessage itself.

davetapley commented 1 year ago

@minrk thanks for quick fix, can we get a new release? 🙏🏻