Sending post requests through the requests api currently takes a long time (upwards of 10 seconds depending on the # of request sent). This prevents further use of the app until each request has been sent. Using a different api or using multiple threads to allow continued use of the application would vastly improve usability.
Sending post requests through the requests api currently takes a long time (upwards of 10 seconds depending on the # of request sent). This prevents further use of the app until each request has been sent. Using a different api or using multiple threads to allow continued use of the application would vastly improve usability.