I'm having a problem with an application that uses 3G and is slow to keep the user waiting.
Does anyone know any library that I can send information to the server and release the user?
The information is a batch with 100 sets of numbers that will be added in the bank one by one.
This is not an asynchronous code because I do not need to tell the user that I made a mistake or hit it. I'll simply send the information to the server and that's it.