Skip to content

Commit 8a15edb

Browse files
#2884 use ANONYMOUS instead of the listener name
1 parent c78bc7c commit 8a15edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

indra/llcommon/lleventcoro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ postAndSuspendSetup(const std::string& callerName,
168168
// notice the pending LLApp status first.
169169
LLBoundListener stopper(
170170
LLCoros::getStopListener(
171-
listenerName,
171+
LLEventPump::ANONYMOUS,
172172
LLCoros::instance().getName(),
173173
[&promise, listenerName](const LLSD& status)
174174
{

indra/llcommon/lualistener.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LuaListener::LuaListener(lua_State* L):
4040
// Listen for shutdown events.
4141
mShutdownConnection(
4242
LLCoros::getStopListener(
43-
"LuaState",
43+
LLEventPump::ANONYMOUS,
4444
mCoroName,
4545
[this](const LLSD&)
4646
{

0 commit comments

Comments
 (0)