Browse Source

fix: don't hang when no -s passed

decentral1se 2 years ago
parent
commit
a210934e6f
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 3
      distribusi.go

3
distribusi.go

@ -312,6 +312,9 @@ Example:
ch <- nil
return
}()
} else {
// close the channel, we're not serving anything
ch <- nil
}
for i := 1; i <= 2; i++ {

Loading…
Cancel
Save