Maximum number of concurrent tasks doesn't work in android #174
Closed
Description
I am trying to set concurrent tasks to 1 and it doesn't work both in my app and in example provided, please help
<meta-data
android:name="com.bluechilli.flutterupload.MAX_CONCURRENT_TASKS"
android:value="1" />