When sending a list of requests through a queue (client-side), how to know when the last of the requests returns?
If I use the queue callback, then it only indicates the queue was sent,.. but how to know when the last request was executed ?
If I use the queue callback, then it only indicates the queue was sent,.. but how to know when the last request was executed ?