Disable TopicTree for now
This commit is contained in:
+2
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user