paypal/hera

Use socketpair for mux to worker oob communication

Closed this issue · 0 comments

Currently mux is using signal SIGHUP to free up a worker. We want to be able to also pass additional parameters. We should use another socket for any out-of-band communication to be able to pass parameters.