Creates a Dispatcher socket, which is a special type of ‘req’ socket, with FIFO scheduling using a threaded implementation (for internal use only).
.dispatcher(host, url, tls = NULL)
A ‘req’ Socket. The thread is attached as an attribute.
‘inproc://’ url connecting the host to the thread.
the URLs at which to listen for rep nodes.
[default NULL] for secure tls+tcp:// or wss:// connections only,
provide a TLS configuration object created by tls_config
.