I want to add operation into executing request. I read about ASINetworkQueue, but it adds all operation and run it all. but i want to add operation into running queue.
Is this possible? using ASIHTTPRequest or AFNetworking i don't mind, as long as i get what i intend to do.
EDIT
It shows below error while i try to add another request.
[ASINetworkQueue addOperation:]: operation is executing and cannot be enqueued'