I have a single Android device that is running adb in TCP mode.
I connect one client use adb connect localhost:XYZ and it works fine.
Meanwhile, I connect a 2nd client on a separate computer adb connect localhost:XYZ
Adb devices shows it as offline, is this a known limitation?