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.cpp | |
| parent | bc7c6acaa4c35b89b406b89bc68b948f52bbe387 (diff) | |
FIX: FINALLY SOLVED THE THREAD PROBLEM!!! YIPEE
Diffstat (limited to 'src/stream.cpp')
| -rw-r--r-- | src/stream.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stream.cpp b/src/stream.cpp index c886446..6e48fb8 100644 --- a/src/stream.cpp +++ b/src/stream.cpp @@ -34,10 +34,6 @@ namespace bot::stream { this->online_ids.erase(y); } } - void StreamListenerClient::run_thread() { - std::thread t(&bot::stream::StreamListenerClient::run, this); - t.join(); - } void StreamListenerClient::run() { while (true) { this->update_channel_ids(); |
