ObserverHerb / Celeste

A Twitch bot written in C++/Qt with a focus on multimedia and native performance
GNU General Public License v3.0
6 stars 0 forks source link

Handle EventSub disconnects #172

Open ObserverHerb opened 8 months ago

ObserverHerb commented 8 months ago

Since the switch to websockets, EventSub no longer has a failsafe for when it spuriously disconnects. Implement some sort of retry that will not get triggered on application exit.