FIX: fixed some issues with subscribung and unsubscribing from topics

This commit is contained in:
Henry Winkel
2023-01-18 11:21:57 +01:00
parent f7d57ccbb8
commit 49bdb28535
7 changed files with 83 additions and 40 deletions

View File

@@ -51,7 +51,6 @@ namespace WHISPER {
std::list<std::shared_ptr<localClient>> localclients;
std::atomic<bool> stopReceiving = false;
/**
@@ -76,7 +75,7 @@ namespace WHISPER {
public:
InternalUDPService(std::uint32_t id, SourceType owndevicetype,std::uint16_t port, std::string destinationAdress, std::string myAdress);
~InternalUDPService();