@@ -235,7 +235,7 @@ func setup(ctx context.Context) {
}
func listenSig1(ctx context.Context, wiegand Wiegand) {
usrSig := make(chan os.Signal)
usrSig := make(chan os.Signal, 1)
signal.Notify(usrSig, syscall.SIGUSR1)
for {
The note is not visible to the blocked user.