Compare commits

...

1 Commits

Author SHA1 Message Date
aozhiwei
8355d06c0c 1 2023-09-27 17:56:27 +08:00

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;