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
View File
@@ -31,6 +31,7 @@ template <bool SSL>
struct AsyncSocket {
template <bool> friend struct HttpContext;
template <bool, bool> friend struct WebSocketContext;
template <bool> friend struct WebSocketContextData;
friend struct TopicTree;
protected: