Open jviereck opened 1 month ago
In my usecase, I want to specify the host and port property for the ZMQWebSocketBridge. This PR adds support for this by adding two new command line arguments --host and --port to the zmqserver.py main() function.
host
port
ZMQWebSocketBridge
--host
--port
zmqserver.py
main()
In my usecase, I want to specify the
host
andport
property for theZMQWebSocketBridge
. This PR adds support for this by adding two new command line arguments--host
and--port
to thezmqserver.py
main()
function.