diff --git a/business/jxstore/cms/temp.go b/business/jxstore/cms/temp.go index 1a123481a..0a0d8486b 100644 --- a/business/jxstore/cms/temp.go +++ b/business/jxstore/cms/temp.go @@ -24,6 +24,7 @@ func TestTemp() { fmt.Println("Dial err:", err) return } + textChan = make(chan string, 10) connHandler(conn) }