Disable TopicTree for now
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@ HEADERS += \
|
|||||||
../src/WebSocketContext.h \
|
../src/WebSocketContext.h \
|
||||||
../src/WebSocketContextData.h \
|
../src/WebSocketContextData.h \
|
||||||
../src/WebSocketExtensions.h \
|
../src/WebSocketExtensions.h \
|
||||||
../src/PerMessageDeflate.h
|
../src/PerMessageDeflate.h \
|
||||||
|
../src/TopicTree.h
|
||||||
|
|
||||||
INCLUDEPATH += ../uSockets/src ../src
|
INCLUDEPATH += ../uSockets/src ../src
|
||||||
QMAKE_CXXFLAGS += -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-parameter -fsanitize=address
|
QMAKE_CXXFLAGS += -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-parameter -fsanitize=address
|
||||||
|
|||||||
@@ -78,6 +78,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
TopicTree() {
|
TopicTree() {
|
||||||
|
/* Disable this for now */
|
||||||
|
return;
|
||||||
|
|
||||||
/* Dynamically hook us up with the Loop post handler */
|
/* Dynamically hook us up with the Loop post handler */
|
||||||
Loop::defaultLoop()->addPostHandler([this](Loop *loop) {
|
Loop::defaultLoop()->addPostHandler([this](Loop *loop) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user