diff --git a/misc/15.pro b/misc/15.pro index 86073b0..ce137b2 100644 --- a/misc/15.pro +++ b/misc/15.pro @@ -32,7 +32,8 @@ HEADERS += \ ../src/WebSocketContext.h \ ../src/WebSocketContextData.h \ ../src/WebSocketExtensions.h \ - ../src/PerMessageDeflate.h + ../src/PerMessageDeflate.h \ + ../src/TopicTree.h INCLUDEPATH += ../uSockets/src ../src QMAKE_CXXFLAGS += -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-parameter -fsanitize=address diff --git a/src/TopicTree.h b/src/TopicTree.h index 20bd242..3b9a271 100644 --- a/src/TopicTree.h +++ b/src/TopicTree.h @@ -78,6 +78,9 @@ public: } TopicTree() { + /* Disable this for now */ + return; + /* Dynamically hook us up with the Loop post handler */ Loop::defaultLoop()->addPostHandler([this](Loop *loop) { @@ -192,4 +195,4 @@ public: }; } -#endif // TOPICTREE_H \ No newline at end of file +#endif // TOPICTREE_H