Hi,
We’ve been using stream and rest apis for 2 years now, aside from a 1.1 upgrade, not much changed and everything has been working fine.
However, since yesterday, our filter stream API requests are being dropped without any response by the servers. Socket disappears and that’s it. However, I noticed that it only happens when we send a track paramter with 400 items in it. If I send a smaller request, it passes through just fine.
Same thing happens in update_with_media rest endpoint. Since the data is normally larger than a couple hundred bytes, it gets dropped just like the stream request.
Any idea? There has not been any code changes and we strictly follow the rate limits on our calls. We open a single stream and back off during retries.
Thanks.