Function zmq::proxy_with_capture
[−]
[src]
pub fn proxy_with_capture(frontend: &mut Socket,
backend: &mut Socket,
capture: &mut Socket)
-> Result<()>
Start a 0MQ proxy in the current thread, with a capture socket.
The capture socket is sent all messages received on the frontend and backend sockets.