Skip to content

Commit

Permalink
set stop status when exiting.
Browse files Browse the repository at this point in the history
Signed-off-by: yylt <yang8518296@163.com>
  • Loading branch information
yylt committed Mar 8, 2024
1 parent 53d3371 commit b778f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/stub/stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ func (stub *stub) close() {
if stub.srvErrC != nil {
<-stub.doneC
}
stub.started = false
})
}

Expand Down

0 comments on commit b778f84

Please sign in to comment.