From 3860b8e666347af2958abbdbd35d888fa94d1c07 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 00:11:47 +0500 Subject: FIX: FINALLY SOLVED THE THREAD PROBLEM!!! YIPEE --- src/stream.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/stream.hpp') diff --git a/src/stream.hpp b/src/stream.hpp index 28fe0e3..73313ed 100644 --- a/src/stream.hpp +++ b/src/stream.hpp @@ -20,13 +20,11 @@ namespace bot::stream { configuration(configuration){}; ~StreamListenerClient() = default; - void run_thread(); - + void run(); void listen_channel(const int &id); void unlisten_channel(const int &id); private: - void run(); void check(); void handler(const schemas::EventType &type, const api::twitch::schemas::Stream &stream); -- cgit v1.2.3