You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely due to a network anomaly, especially when an Android phone may experience changes in connectivity while the app is in the background. Consider implementing a reconnection mechanism at the application layer.
请问这个是什么原因啊?我为了google过审,需要升级到android14,我按照google的标准升级后使用org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5这个库会一直断开连接,我替换成咱们的3.6.4后不会一直断开连接了,但是会偶尔断开,我打断点跟踪看到CommsReceiver里的clientComms.shutdownConnection(token, ex);ex提示是 java.net.SocketException: Software caused connection abort,我这边看是只有android14会有这个问题,请问怎么解决啊?
刚刚又断了,打断点跟踪看到ex提示是:已断开连接 (32109) - java.io.EOFException
The text was updated successfully, but these errors were encountered: