mironal / TwitterAPIKit

Swift library for the Twitter API v1 and v2 🍷
MIT License
118 stars 23 forks source link

Stream Closing #140

Open Mcrich23 opened 1 year ago

Mcrich23 commented 1 year ago

Hi there, I have a low data stream that I need to keep open, is there a way that you can make it so when it closes, it just auto reopens?

mironal commented 1 year ago

Thanks for using TwitterAPIKit.

Currently we do not have the ability to automatically reconnect.

However, I thought it would be useful to have such a feature.