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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
On Android 7 (tested on Geotel A1) in case there is no internet connection on the device, app crashes because of the unhandled exception "java.nio.channels.UnresolvedAddressException".
For me it was solved by adding a corresponding exception handler to the void dequeueSend() method, like:
This issue is happens in the same situation like in the similar issue in cordova-plugin-chrome-apps-sockets-tcp:
MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp#31
On Android 7 (tested on Geotel A1) in case there is no internet connection on the device, app crashes because of the unhandled exception "java.nio.channels.UnresolvedAddressException".
For me it was solved by adding a corresponding exception handler to the void dequeueSend() method, like:
The text was updated successfully, but these errors were encountered: