zeromq.js icon indicating copy to clipboard operation
zeromq.js copied to clipboard

Proxy class missing capture socket

Open justinrcs opened this issue 5 years ago • 1 comments

According to the Zeromq API, a capture socket is supposed to be an optional 3rd argument for the ZeroMQ Proxy class (which it was for 5.x): http://api.zeromq.org/4-2:zmq-proxy

This eliminates the ability to monitor or log messages flowing through a proxy.

justinrcs avatar Jun 08 '20 16:06 justinrcs

Makes sense. A PR would be welcome!

rolftimmermans avatar Jun 09 '20 12:06 rolftimmermans