mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix SDK topology shutdown to include unsubscribe
This commit is contained in:
committed by
Dennis Klein
parent
8789664cfd
commit
be022cfab8
@@ -182,6 +182,7 @@ void Topology::AddNewStateEntry(uint64_t senderId, const std::string& state)
|
||||
|
||||
Topology::~Topology()
|
||||
{
|
||||
fDDSSession.UnsubscribeFromCommands();
|
||||
{
|
||||
std::lock_guard<std::mutex> guard(fMtx);
|
||||
fShutdown = true;
|
||||
|
Reference in New Issue
Block a user