Possibly I need to send several "simultaneous" requests to the server and then I would need to know the response of this to each of them. The problem that the server is not "mine" and only responds with an Ok. With which I have no way of knowing which one he really responded to.
I guess I would have to do it with some kind of queue and always send one at a time and wait for the server to respond to send the next one.
But with the wait for I think I could solve it easily. Hence my question.
I guess I would have to do it with some kind of queue and always send one at a time and wait for the server to respond to send the next one.
But with the wait for I think I could solve it easily. Hence my question.