From 09ac3bdf20d040f414e3a47957f836f6d2c2390a Mon Sep 17 00:00:00 2001 From: azw Date: Sat, 15 Apr 2023 08:52:40 +0000 Subject: [PATCH] 1 --- server/wsproxy/GCListener.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/wsproxy/GCListener.cc b/server/wsproxy/GCListener.cc index 5a7975b..16ec47b 100644 --- a/server/wsproxy/GCListener.cc +++ b/server/wsproxy/GCListener.cc @@ -127,6 +127,13 @@ static void GSListeneron_error(a8::TcpListener*, int type, int errorid) class KcpSession { +public: + + void SendMsg(unsigned short msgid, const ::google::protobuf::Message& msg) + { + + } + private: ikcpcb* kcp_ = nullptr; };