Optimize big message publishing, fix unreferenced publishes

This commit is contained in:
root
2021-09-28 23:22:38 +00:00
parent 814a7ee53e
commit 0ede7e5d8e
6 changed files with 68 additions and 17 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ struct AsyncSocket {
template <bool, bool, typename> friend struct WebSocketContext;
template <bool> friend struct TemplatedApp;
template <bool, typename> friend struct WebSocketContextData;
template <typename> friend struct TopicTree;
template <typename, typename> friend struct TopicTree;
protected:
/* Returns SSL pointer or FD as pointer */