The ports which are used for the ZeroMQ integration are currently hard-conded.
It would be nice if the temporary sockets which are used to exchange data between threads would be allocated randomly.
The ports which are used for IPC should be assignable by the user.
[ ] Make IPC port configurable via CLI option
[ ] Use random ports for intra-thread communication
The ports which are used for the ZeroMQ integration are currently hard-conded. It would be nice if the temporary sockets which are used to exchange data between threads would be allocated randomly.
The ports which are used for IPC should be assignable by the user.