Reply to 1255888147625410560
@dan_abramov Ah, right, these tests run in isolated instances.
I have that solved in another project where I randomly generate unprivileged ports: 1024 + Math.round(Math.random() * (65535 - 1024))
Response: 1255891072053661702