package main import ( "lc-smartX/lc" "lc-smartX/util/gopool" ) func main() { lc.GetMQTTMgr() gopool.SetCap(64) go lc.GetMQTTMgr().MQTTConnectMgr() go lc.GetMQTTMgr().MQTTMessageHandle() lc.StartIntersectionServer() }