Skip to content
Snippets Groups Projects
Unverified Commit cc675b80 authored by Steve Moyer's avatar Steve Moyer
Browse files

fix(810): close context to exit blocked loop

parent 96327c33
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ func NewImportMediator(ctx context.Context, client *rateLimitHandlerClient, owne
}
go func() {
mm.fillImportEvents(ctx)
ctx.Done()
close(mm.importEvents)
}()
return &mm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment