- bugs fixed

This commit is contained in:
2018-07-22 22:19:04 +03:00
parent 9d31979db3
commit f94960ebbb
2 changed files with 183 additions and 179 deletions

View File

@@ -103,10 +103,9 @@ protected:
Mutex mDeleteGuard;
char mTempPacket[MAX_UDPPACKET_SIZE];
volatile bool mShutdown = false;
int mId = 0;
bool isShutdown() const { return mShutdown; }
//bool isShutdown() const { return mShutdown; }
virtual void thread();
// Processes mDeleteVector -> updates mSocketMap, removes socket items and closes sockets specified in mDeleteVector