Using ZMQ as a simple gateway causes linux to report "Address already in use"

If you’re running all of these on the same machine, all of these calls try to bind their socket to the same port. That’s why you’re getting the error that the address is already in use.

1 Like