This commit is contained in:
aozhiwei 2023-09-27 17:56:27 +08:00
parent 90d4fbac8c
commit 8355d06c0c

View File

@ -22,6 +22,9 @@ public:
virtual void DecodeUserPacket(char* buf, int& offset, unsigned int buflen) override
{
#if 1
is_activite = true;
#endif
//packagelen + msgid + magiccode + msgbody
//2 + 2 + 4+ xx + \0 + xx
bool warning = false;