Browse Source

add select in for loop ,appinstaller

cuu 2 years ago
parent
commit
1427c8857d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      appinstaller/appinstaller.go

+ 2 - 1
appinstaller/appinstaller.go

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