Skip to content

Commit

Permalink
quit channel must be size 1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkb committed Apr 28, 2024
1 parent 8697397 commit 976913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func NewRegistry(ctx context.Context, config *configuration.Configuration) (*Reg
app: app,
config: config,
server: server,
quit: make(chan os.Signal),
quit: make(chan os.Signal, 1),
}, nil
}

Expand Down

0 comments on commit 976913f

Please sign in to comment.