Преглед изворни кода

add select in for loop ,appinstaller

cuu пре 2 година
родитељ
комит
1427c8857d
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      appinstaller/appinstaller.go

+ 2 - 1
appinstaller/appinstaller.go

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