- cleanup + fixed AQuA reference leak (license counter was exhausted and MOS resulted in 0.0)

This commit is contained in:
2020-09-25 16:58:20 +03:00
parent 8c4da74cc2
commit 5450c155d9
3 changed files with 52 additions and 30 deletions
+1
View File
@@ -44,6 +44,7 @@ protected:
typedef std::map<int, std::shared_ptr<sevana::aqua>> AquaMap;
AquaMap mAquaMap;
ByteBuffer mAquaIncoming, mAquaOutgoing;
void closeAqua(int sessionId);
#endif
std::shared_ptr<std::thread> mThread;