some concurrency additions (#2698)
This commit is contained in:
@@ -720,6 +720,7 @@ void TwitchChannel::loadRecentMessages()
|
||||
.arg(getSettings()->twitchMessageHistoryLimit);
|
||||
|
||||
NetworkRequest(url)
|
||||
.concurrent()
|
||||
.onSuccess([weak = weakOf<Channel>(this)](auto result) -> Outcome {
|
||||
auto shared = weak.lock();
|
||||
if (!shared)
|
||||
|
||||
Reference in New Issue
Block a user