react-native-sockets icon indicating copy to clipboard operation
react-native-sockets copied to clipboard

Allow reuse address

Open cristianpedroso opened this issue 5 years ago • 3 comments

How can I allow reuse address?

cristianpedroso avatar Dec 13 '19 18:12 cristianpedroso

@cristianpedroso i'm not sure what you mean?

davidstoneham avatar Dec 18 '19 01:12 davidstoneham

I want to avoid "Address already in use" error

cristianpedroso avatar Dec 18 '19 17:12 cristianpedroso

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

davidstoneham avatar Dec 20 '19 05:12 davidstoneham