ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.32k stars 573 forks source link

Timeout #552

Open TheGoodIn opened 3 years ago

TheGoodIn commented 3 years ago

When I stream like for a new tweet after like 20 minutes it just stops looking for them

TentacleSama4254 commented 3 years ago

I have the same problem

rishimohan commented 3 years ago

Make sure to stop the stream when DOM unmounts with stream.stop(), I had the same issue