Hello,

I used the boilerplate logic offered by the twitter team for using a filtered stream. At random points, my stream will send an “ECONNRESET” error and will execute the exponential backoff reconnect logic. My problem is after reconnect, the stream will log one “heartbeat” and nothing else. Does anyone know what the problem may be?

Thanks.

1 Like

Thanks for reaching out, which language were you using?

Hi Jessica,

I’m using javascript.