I am running adb port forwarding from computer to mobile with this command:
adb forward tcp:6401 tcp:50000
which is working completely fine (accessing 127.0.0.1) when I am accessing it through the same computer, but once I try to reach it through local WiFi (local IP 192.168.1.134) I am getting 'connection refused'. What am I doing wrong ?