magicalraccoon / tootstream

A command line interface for interacting with Mastodon instances
MIT License
259 stars 32 forks source link

Auto-reconnect if the stream dies (Fixes #183) #192

Closed StarlitGhost closed 5 years ago

StarlitGhost commented 5 years ago

Uses the new reconnect_async stream_* parameter that was added to Mastodon.py here: https://github.com/halcy/Mastodon.py/commit/d0ae9dcd055e3bdc96a5ab817d14cda012516297

I've been using this for the past week with 3 Mastodon instances, and haven't had to restart any of their streams.

craigmaloney commented 5 years ago

Checking this out now. Looks good.

craigmaloney commented 5 years ago

Looks good. Will get this into the next release. Thanks!