From 1427c8857d77613280031846cdd3cd0d642585a5 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 28 Oct 2021 20:06:54 +0800 Subject: [PATCH] add select in for loop ,appinstaller --- appinstaller/appinstaller.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appinstaller/appinstaller.go b/appinstaller/appinstaller.go index 2e19091..af99452 100644 --- a/appinstaller/appinstaller.go +++ b/appinstaller/appinstaller.go @@ -94,7 +94,8 @@ func main() { defer rpcc.Close() for { - + select{ + } } }