Hello,
I am facing an issue while making snapshot with EMA. I am connected to ads that gives me the RT values I need for.
The issue is linked to the number of products I send to the ads: around 75,000. When around 30,000, my application doesn't send anything anymore to the ads and the requests are stacked on my side. When I investigate in the EMA source code, I find that when reaching around 30,000 requests, my ReactorChannel becomes in state DOWN and then all new requests are stacked in the unsent queue.
Do you have an idea why this is happening?
Is there any limit somewhere regarding the number of requests to send through a channel?
Thanks in advance.