Kaynağa Gözat

add select in for loop ,appinstaller

cuu 2 yıl önce
ebeveyn
işleme
1427c8857d
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      appinstaller/appinstaller.go

+ 2 - 1
appinstaller/appinstaller.go

@@ -94,7 +94,8 @@ func main() {
 	defer rpcc.Close()
 	
 	for {
-
+		select{
+		}
 	}
 }