未验证 提交 1048b166 编写于 作者: R Roc 提交者: GitHub

fix send start msg (#50085)

上级 9a4acfee
......@@ -179,6 +179,7 @@ void Carrier::Start() {
"Using carrier before initialized."));
InterceptorMessage start_msg;
start_msg.set_dst_id(SOURCE_ID);
start_msg.set_src_id(SOURCE_ID);
start_msg.set_message_type(START);
Send(start_msg);
// TODO(wangxi): async step
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册