We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i'm trying to connect from another device to the server using the wifi direct IP, but when i try to connect the output is:
client error failed to connect to /192.168.49.1 (port 8007) from /120.0.0.1 (port 36497): connect failed: EINVAL (Invalid argument).
To get the server address ip i'm using react-native-wifi-p2p.
react-native-wifi-p2p
When i use the ip to connect from the same device of the server it work.
The text was updated successfully, but these errors were encountered:
@cristianpedroso, it looks like you are trying to connect to LAN IP from an invalid IP (120.0.0.1).
120.0.0.1
Sorry, something went wrong.
Sorry... the problem is that i'm using the localAddress: "127.0.0.1", in client server, my bad.
Thx for the library.
No branches or pull requests
Hi, i'm trying to connect from another device to the server using the wifi direct IP, but when i try to connect the output is:
To get the server address ip i'm using
react-native-wifi-p2p
.When i use the ip to connect from the same device of the server it work.
The text was updated successfully, but these errors were encountered: