log:busy log。

This commit is contained in:
taynpg 2025-01-21 22:29:24 +08:00
parent f0778e045b
commit dae8c6e290
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
],
"visualizerFile": "${workspaceRoot}/.vscode/qt5.natvis",
"args": [
"-n", "0"
"-n", "1"
]
},
"cmake.environment": {

View File

@ -625,6 +625,7 @@ void CClient::handle_frame(CFrameBuffer* buf)
case TYPE_REQUEST_UPDATE_LIST: {
std::map<std::string, std::string> 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_);