Re-enable experimental pub/sub support

This commit is contained in:
Alex Hultman
2019-06-20 20:37:20 +02:00
parent 158fb9ef5a
commit e6908aeec2
-3
View File
@@ -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) {