This commit is contained in:
cdle
2021-09-20 18:20:35 +08:00
parent 9823fc3bd5
commit b33c7b1096
7 changed files with 137 additions and 19 deletions
+1
View File
@@ -99,6 +99,7 @@ func handleMessage(sender Sender) {
rt := function.Handle(sender)
if rt != nil {
sender.Reply(rt)
sender.Finish()
}
return
}