Socket Connection Issue on Android 11 and Above – Incorrectly Shows as Connected
I’m experiencing an issue with socket connections on Android 11 and above. When attempting to connect to a wrong host address or port, the socket’s isConnected attribute returns true, whereas on older Android versions, it correctly throws a timeout exception.