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
When I switch wifi to mobile network, or the other way around, in the middle of a request, the cloud function is called twice.
Steps to reproduce
Do a CloudFuction call with ParseCloud.callFunctionInBackground, or ParseCloud.callFunction with mobile data and before this ends, change to wifi and thats do twice.
Environment
I do this with the last version of Parse 2.1.0, and 1.26
Parse Android SDK
SDK version: 2.1.0
Operating system version: Android 10, 11, 6
The text was updated successfully, but these errors were encountered:
❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.
When I switch wifi to mobile network, or the other way around, in the middle of a request, the cloud function is called twice.
A switch from mobile data to WiFi should be handled by the OS and be opaque for the Parse SDK. I don't remember that the Android SDK cares or behaves differently based on the type of connection. Unless this is a phenomenon that can be configured by the Parse SDK via a OS API, I am not sure there is much to do about this on the Parse SDK side. See also parse-community/parse-server#6744.
New Issue Checklist
Issue Description
When I switch wifi to mobile network, or the other way around, in the middle of a request, the cloud function is called twice.
Steps to reproduce
Do a CloudFuction call with ParseCloud.callFunctionInBackground, or ParseCloud.callFunction with mobile data and before this ends, change to wifi and thats do twice.
Environment
I do this with the last version of Parse 2.1.0, and 1.26
Parse Android SDK
The text was updated successfully, but these errors were encountered: