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

Commit b0614795 authored by tianle's avatar tianle

Merge branch 'v2.3.0_qc_fix_timeout' into 'v2.3.0_qc' (merge request !28)

fix: fix nil notify
fix: fix nil notify

--bug=1004317
parents b951116f 61387e74
......@@ -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