This commit is contained in:
chujiangke
2020-06-24 15:14:25 +08:00
committed by GitHub
parent 4782f76048
commit 481a61c520
+1 -1
View File
@@ -123,7 +123,7 @@ func (b *Broker) Start() {
go InitHTTPMoniter(b)
}
//listen clinet over tcp
//listen client over tcp
if b.config.Port != "" {
go b.StartClientListening(false)
}