diff --git a/pkg/stub/stub.go b/pkg/stub/stub.go index bfe66f1b..caf82d69 100644 --- a/pkg/stub/stub.go +++ b/pkg/stub/stub.go @@ -430,6 +430,7 @@ func (stub *stub) close() { if stub.srvErrC != nil { <-stub.doneC } + stub.started = false }) }