Hook up new pubsub

This commit is contained in:
Alex Hultman
2019-10-07 10:57:04 +02:00
parent a35d7f2ff3
commit d09f25850b
6 changed files with 39 additions and 8 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ private:
}
/* Make sure to unsubscribe from any pub/sub node at exit */
webSocketContextData->topicTree.unsubscribeAll(s);
webSocketContextData->topicTree.unsubscribeAll((Subscriber *) s);
}
/* Destruct in-placed data struct */