Open nomis opened 3 years ago
It's not possible to bind to the same address and port when the client is the same as the listener because it will already be in use by the incoming connection. Detect this and use a new port on the same address instead.
It's not possible to bind to the same address and port when the client is the same as the listener because it will already be in use by the incoming connection. Detect this and use a new port on the same address instead.