feat(eventsub): reconnect (#6035)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user