proxy

Starts the built-in $(ZMQ) proxy.

This function never returns normally, but it may throw an exception. This could happen if the context associated with either of the specified sockets is manually destroyed in a different thread.

  1. void proxy(Socket frontend, Socket backend)
    @safe
    void
    proxy
  2. void proxy(Socket frontend, Socket backend, Socket capture)

Throws

ZmqException if $(ZMQ) reports an error.

Corresponds to

$(ZMQREF zmq_proxy())

See Also

$(FREF steerableProxy)

Meta