From 8355d06c0c4b58da2cc3325516985c3936821a27 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 27 Sep 2023 17:56:27 +0800 Subject: [PATCH] 1 --- server/wsproxy/GCListener.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/wsproxy/GCListener.cc b/server/wsproxy/GCListener.cc index 0fe6f27..8b7a379 100644 --- a/server/wsproxy/GCListener.cc +++ b/server/wsproxy/GCListener.cc @@ -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;