fluttercommunity / flutter_uploader

background upload plugin for flutter
MIT License
212 stars 144 forks source link

Android allowCellular false not working #243

Open BetterB0y opened 2 years ago

BetterB0y commented 2 years ago

Either way allowCellular = false is not working. When I turned off wifi as expected it didn't send photo - with logs: W/WM-WorkSpec(26574): Backoff delay duration less than minimum value

When i turned on wifi and tried to send photo I also got and photo was not sent;

W/WM-WorkSpec(26574): Backoff delay duration less than minimum value

BetterB0y commented 2 years ago

I checked it now on ios its working properly.