Skip to content

Commit c78bc7c

Browse files
#2884 fix for stalls caused by coro suspend
1 parent ef4b74e commit c78bc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/llcommon/llcoros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ LLBoundListener LLCoros::getStopListener(const std::string& caller,
472472
// This overload responds to viewer shutdown and to killreq(consumer).
473473
return LLEventPumps::instance().obtain("LLCoros")
474474
.listen(
475-
LLEventPump::inventName(caller),
475+
caller,
476476
[consumer, cleanup](const LLSD& event)
477477
{
478478
auto status{ event["status"].asString() };

0 commit comments

Comments
 (0)