Browse Source

no message

Jianghan 4 years ago
parent
commit
e0c223efe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      udpcreateindex/src/main.go

+ 1 - 1
udpcreateindex/src/main.go

@@ -182,7 +182,7 @@ func init() {
 }
 
 func main() {
-	//go task_index()
+	go task_index()
 	updport := Sysconfig["udpport"].(string)
 	udpclient = mu.UdpClient{Local: updport, BufSize: 1024}
 	udpclient.Listen(processUdpMsg)