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
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.