From 0832282bbc2f04f417a93b968d50d7795b1f7576 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 28 May 2023 15:48:54 +0800 Subject: [PATCH] 1 --- a8/websocketclient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/a8/websocketclient.h b/a8/websocketclient.h index 97c2fca..98eaf13 100644 --- a/a8/websocketclient.h +++ b/a8/websocketclient.h @@ -36,6 +36,7 @@ namespace a8 void ProcessWsHandShake(char* buf, int& offset, unsigned int buflen); void ProcessUserPacket(); void DecodeFrame(char* buf, int& offset, unsigned int buflen); + private: std::shared_ptr tcp_client_; char *decoded_buff_ = nullptr;