Back to Cordova

2021 12 06

slack-digest/2021-12-06.md

latest1.2 KB
Original Source

Cordova Slack Digest

Mon, 06 Dec 2021 08:21:25 GMT

User count: 4680

Join the conversation at slack.cordova.io

Channel #general (2 messages)


Sun, 05 Dec 2021 14:55:45 GMT

@norman137 says

If the device has a poor wifi or cellular connection, then it's totally reasonable for connections to intermittently fail without a connection attempt making it to the remote server, especially if packets fail between the device and the WiFi access point. Even if the device has a strong cellular connection with data enabled, if it's connected to a poor wifi network, it won't fallback to that cellular connection.

Mon, 06 Dec 2021 00:23:26 GMT

@info300 says

@harel.mazor if there was error code 0 , then this is offline mode and need to implement rxjs retry for such requests. and it can happens, if you use proxy server or some other steps between end-user and your backend, that this server break connection or not available during highload problems…

and as @jcesarmobile wrote, problem with CSP can be easy found in logs during testing and I think, this is not a real case now…