code: Establish the theoretical transmission process.

This commit is contained in:
2025-06-18 15:10:28 +08:00
parent a53657df30
commit 5dee6ea41d
7 changed files with 24 additions and 16 deletions

View File

@@ -98,6 +98,9 @@ void ClientCore::UseFrame(QSharedPointer<FrameBuffer> frame)
pathCall_(info.msg);
break;
}
case FrameBufferType::FBT_SER_MSG_FORWARD_FAILED: {
break;
}
default:
frameCall_[static_cast<uint32_t>(frame->type)](frame);
break;