Rewritten pub/sub, v20

This commit is contained in:
Alex Hultman
2021-09-25 04:46:10 +02:00
parent ebb06374f3
commit 4243874967
11 changed files with 407 additions and 902 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ struct AsyncSocket {
template <bool> friend struct HttpContext;
template <bool, bool, typename> friend struct WebSocketContext;
template <bool, typename> friend struct WebSocketContextData;
friend struct TopicTree;
template <typename> friend struct TopicTree;
protected:
/* Returns SSL pointer or FD as pointer */