From 61387e740609458d0580f77e23ce6d9b15a217e8 Mon Sep 17 00:00:00 2001 From: litenghui <644052732@qq.com> Date: Sun, 9 Oct 2022 15:20:07 +0800 Subject: [PATCH] fix: fix nil notify --bug=1004317 --- sandbox/runtime_client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sandbox/runtime_client.go b/sandbox/runtime_client.go index cab8f42..15ffb08 100644 --- a/sandbox/runtime_client.go +++ b/sandbox/runtime_client.go @@ -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) -- GitLab