socket.io-client-dart icon indicating copy to clipboard operation
socket.io-client-dart copied to clipboard

SocketException: Connection refused (OS Error: Connection refused, errno = 111)

Open jerinho opened this issue 3 years ago • 1 comments

I keep getting this from listener. I'm not even socket.connect()

I/flutter (20179): [connect_error, SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 192.168.43.2, port = 46770]

jerinho avatar Sep 21 '22 04:09 jerinho

use IPv4 Address instead of url. in windows and in cmd use ipconfig command to get it.

ali-hbz avatar Sep 24 '22 07:09 ali-hbz