From e6908aeec244481675d9e1da40385a4f97f453d5 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Thu, 20 Jun 2019 20:37:20 +0200 Subject: [PATCH] Re-enable experimental pub/sub support --- src/TopicTree.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/TopicTree.h b/src/TopicTree.h index 2b78e1c..5608df3 100644 --- a/src/TopicTree.h +++ b/src/TopicTree.h @@ -78,9 +78,6 @@ public: } TopicTree() { - /* Disable this for now */ - return; - /* Dynamically hook us up with the Loop post handler */ Loop::get()->addPostHandler([this](Loop *loop) {