pub fn proxy_with_capture(
frontend: &mut Socket,
backend: &mut Socket,
capture: &mut Socket,
) -> Result<()>
Expand description
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.