Hi there,
It is the second time I find concurrency control problems in an application I am developing for three months now. I worked around the first one because I didn't find any built-in solution to deal with it. This time I'd like to know if there's a way to deal with this kind of stuff since it is likely I come across the problem in the future.
I am not having trouble finding a solution or so to my problem, I just want to know if there's a way to deal with concurrency problems and where I can get information about it. I hope there is a solution for this. Both iOS and Android have synchronization mechanisms and it's kind of a basic feature, specially when we are programming in an event-heavy environment.





