diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-18 00:11:47 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-18 00:11:47 +0500 |
| commit | 3860b8e666347af2958abbdbd35d888fa94d1c07 (patch) | |
| tree | 9107cd22ee42797d6ffd275df1e0da4a9c206315 /src/stream.hpp | |
| parent | bc7c6acaa4c35b89b406b89bc68b948f52bbe387 (diff) | |
FIX: FINALLY SOLVED THE THREAD PROBLEM!!! YIPEE
Diffstat (limited to 'src/stream.hpp')
| -rw-r--r-- | src/stream.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
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); |
