summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-11-05 17:24:06 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-11-05 17:24:06 +0200
commitc78bc7c70f4c27cc3739d2d5e2fbc0253b6436ee (patch)
tree338c80e35e2c45c7e577f965767175e1f557a8b9
parentef4b74e3162ed3ea3757cddb1a90ca572d021024 (diff)
#2884 fix for stalls caused by coro suspend
-rw-r--r--indra/llcommon/llcoros.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp
index 5a3cbd2ef1..d188520652 100644
--- a/indra/llcommon/llcoros.cpp
+++ b/indra/llcommon/llcoros.cpp
@@ -472,7 +472,7 @@ LLBoundListener LLCoros::getStopListener(const std::string& caller,
// This overload responds to viewer shutdown and to killreq(consumer).
return LLEventPumps::instance().obtain("LLCoros")
.listen(
- LLEventPump::inventName(caller),
+ caller,
[consumer, cleanup](const LLSD& event)
{
auto status{ event["status"].asString() };