that starts a server on a random port.
Is there a way to make this port be predictable and not random?
u
uglyog
02/15/2023, 10:28 PM
No, it is designed to create multiple servers. But if you give the same lower and upper bound, it may do what you want. But if you then call it a second time, it will fail.