This commit is contained in:
parent
35944371f7
commit
ce33d7ce03
1 changed files with 4 additions and 0 deletions
|
|
@ -91,5 +91,9 @@ func (r *repoServer) SendResult(stream pb.TaskProcessor_SendResultServer) error
|
|||
}
|
||||
}
|
||||
|
||||
if err := stream.SendAndClose(&emptypb.Empty{}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue