Not reading async.

pull/35/merge
Christopher Young 2015-09-09 10:52:59 -04:00
rodzic 860474959a
commit a1227db377
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,6 @@ func sigAbort(dev *rtl.Context) {
ch := make(chan os.Signal)
signal.Notify(ch, syscall.SIGINT)
<-ch
_ = dev.CancelAsync()
dev.Close()
os.Exit(0)
}