Hi, i'm facing a situation where i need to send many descriptors trough socket but if i use a loop to send an item after another it only sends the first one, i dont know how to solve this
i am using an AO_A that puts data into AO_B obtect that uses a timer to do its job, when this timer ends i have another AO, AO_C that really sends a descriptor (just one per call), but the behavior is like i wrote the firts paragraph.
i don't know if i have too many active objects, maybe i can merge the AO_B and AO_C to use just two active objects, and its is sane to have many active objetcs??? thank you



