WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

Successfully connects to wifi, But it doesn't work with tcp sockets for sending and receiving data.

Open karthiksensesemi opened this issue 1 year ago • 8 comments

I'm using this package for auto-connect to iot device. It gets connected successfully but when i wanted to receive data through tcp socket "SocketException: Connection failed (OS Error: Network is unreachable, errno = 101), address = 192.168.1.1, port = 5002". I face the above error whereas when i manually to wifi, i receive all the data through sockets.

karthiksensesemi avatar Apr 22 '24 13:04 karthiksensesemi