-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reusable address #13
Comments
Currently there is no possibility for reusable address. Sorry about that. |
Maybe i can help you with this issue. How do you recreate the socket connection? |
@matheusmorett2 feel free to open a PR with this feature! Look at the Obj-C and Java code for more information about the socket creation. react-native-tcp-socket/android/src/main/java/com/asterinet/react/tcpsocket/TcpSocketClient.java Lines 32 to 48 in de2124a
react-native-tcp-socket/ios/TcpSocketClient.m Lines 55 to 89 in de2124a
|
@matheusmorett2, I have created a PR (#17) for this feature. Feel free to contribute there! |
How can i set reusable address to avoid Address already in use?
The text was updated successfully, but these errors were encountered: