mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix SDK topology shutdown to include unsubscribe
This commit is contained in:
committed by
Dennis Klein
parent
8789664cfd
commit
be022cfab8
@@ -71,6 +71,7 @@ class DDSSession
|
||||
|
||||
void StartDDSService();
|
||||
void SubscribeToCommands(std::function<void(const std::string& msg, const std::string& condition, uint64_t senderId)>);
|
||||
void UnsubscribeFromCommands();
|
||||
void SendCommand(const std::string&);
|
||||
|
||||
friend auto operator<<(std::ostream& os, const DDSSession& session) -> std::ostream&;
|
||||
|
Reference in New Issue
Block a user