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

Stop EventSub on "crash Celeste" easter egg #152

Closed ObserverHerb closed 8 months ago

ObserverHerb commented 12 months ago

EventSub currently will continue to process events creating JSON payload objects on the heap, but the Bot class won't consume them, so they won't get removed.