react-native-sockets
react-native-sockets copied to clipboard
Allow reuse address
How can I allow reuse address?
@cristianpedroso i'm not sure what you mean?
I want to avoid "Address already in use" error
You are receiving that error because you are trying to use an address that isn't closed. You will need to make sure you close the server or client before attempting to make another connection using the same port