fix: cleanly exit on shutdown (#5537)
Co-authored-by: Mm2PL <mm2pl+gh@kotmisia.pl> Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -101,6 +101,11 @@ std::pair<std::unique_ptr<IpcQueue>, QString> IpcQueue::tryReplaceOrCreate(
|
||||
}
|
||||
}
|
||||
|
||||
bool IpcQueue::remove(const char *name)
|
||||
{
|
||||
return boost_ipc::message_queue::remove(name);
|
||||
}
|
||||
|
||||
QByteArray IpcQueue::receive()
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user