feat(eventsub): reconnect (#6035)

This commit is contained in:
nerix
2025-03-06 22:41:35 +01:00
committed by GitHub
parent 9d1f930e85
commit 914257d537
18 changed files with 305 additions and 45 deletions
+5
View File
@@ -64,6 +64,11 @@ public:
bool verbose{};
bool safeMode{};
#ifndef NDEBUG
// twitch event websocket start-server --ssl --port 3012
bool useLocalEventsub = false;
#endif
QStringList currentArguments() const;
private: