fix: Signal friends completion event
parent
0de49070e4
commit
885a93b4b5
|
|
@ -140,6 +140,7 @@ private:
|
|||
LOG_DEBUG(Service_Friend, "called");
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2, 1};
|
||||
completion_event->GetReadableEvent().Signal();
|
||||
rb.Push(ResultSuccess);
|
||||
rb.PushCopyObjects(completion_event->GetReadableEvent());
|
||||
}
|
||||
|
|
|
|||
Reference in New Issue