Android says socket is connected when not even in the same network
I’m having an issue with a specific device (a Samsung Galaxy A54, but one specific one).
I’m trying to connect to a socket, while not in the same network (the ip address isn’t even pingable), which I’m expecting to either timeout, or at least throw another exception.
Instead, it just returns, and socket.isConnected
even returns true.