marshalling on sessions, missing override tag

This commit is contained in:
Hane 2025-01-14 19:19:49 +01:00
commit 667482cfea
10 changed files with 57 additions and 15 deletions

View file

@ -76,6 +76,9 @@ public:
void removeSessionFromFront(SessionHandler* sh);
void deleteSessions();
void createSessionHandlers();
std::mutex sessionHandlersMutex;
void lockSessionCollections();
void unlockSessionCollections();
~EndpointHandler();
private: