Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
白 鹿
contract-sdk-go
Commits
61387e74
Commit
61387e74
authored
Oct 09, 2022
by
腾辉 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix nil notify
--bug=1004317
parent
b951116f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
sandbox/runtime_client.go
sandbox/runtime_client.go
+0
-1
No files found.
sandbox/runtime_client.go
View file @
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment