This commit is contained in:
Timur A. Fatkhullin
2024-06-17 23:39:58 +03:00
parent 1cefae2953
commit ebe93f1d74
3 changed files with 475 additions and 72 deletions

View File

@@ -260,7 +260,7 @@ public:
protected:
// started sessions waek pointers
// started sessions weak pointers
template <traits::adc_netserver_session_c SessionT>
static std::unordered_map<const AdcNetServer*, std::set<typename SessionT::weak_ptr_t>> _serverSessions;
std::vector<std::function<void()>> _stopSessionFunc;