Disable TopicTree for now

This commit is contained in:
Alex Hultman
2019-02-10 02:11:11 +01:00
parent 3e4e70da20
commit 399318f866
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -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
+4 -1
View File
@@ -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
#endif // TOPICTREE_H