Other: Stop gRPC server on crash

This commit is contained in:
James Houlahan
2022-11-22 12:59:07 +01:00
committed by Leander Beernaert
parent f954f89747
commit 6bd8c6ceb6
6 changed files with 41 additions and 6 deletions

View File

@ -202,6 +202,7 @@ func (t *testCtx) initFrontendService(eventCh <-chan events.Event) error {
t.locator,
t.bridge,
eventCh,
make(chan struct{}),
true,
-1,
)