新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 61387e74 authored by 腾辉 李's avatar 腾辉 李

fix: fix nil notify

--bug=1004317
parent b951116f
......@@ -100,7 +100,6 @@ func (r *RuntimeClient) recvRoutine() error {
r.logger.Warnf("failed to end syscall, %v", err)
}
r.responseNotify(receivedMsg)
r.responseNotify = nil
default:
r.logger.Errorf("unknown message type, received msg: [%v]", receivedMsg)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment