From dae8c6e2901d7d83ef01dd00b930e22974c6cda9 Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 21 Jan 2025 22:29:24 +0800 Subject: [PATCH] =?UTF-8?q?log=EF=BC=9Abusy=20log=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- client/client.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f6663f..84c40f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,7 +21,7 @@ ], "visualizerFile": "${workspaceRoot}/.vscode/qt5.natvis", "args": [ - "-n", "0" + "-n", "1" ] }, "cmake.environment": { diff --git a/client/client.cpp b/client/client.cpp index d60c9f8..dec882c 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -625,6 +625,7 @@ void CClient::handle_frame(CFrameBuffer* buf) case TYPE_REQUEST_UPDATE_LIST: { std::map files; if (down_ && down_->trans_state_ == TRANS_REDAY) { + mpwarn("Update Busy......, Ignore {}", buf->fid_); buf->type_ = TYPE_BUSY_UPDATE_LIST; } else { std::string content(buf->data_, buf->len_);