mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-30 14:24:53 +00:00
fix (#90)
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ func (b *Broker) Start() {
|
|||||||
go InitHTTPMoniter(b)
|
go InitHTTPMoniter(b)
|
||||||
}
|
}
|
||||||
|
|
||||||
//listen clinet over tcp
|
//listen client over tcp
|
||||||
if b.config.Port != "" {
|
if b.config.Port != "" {
|
||||||
go b.StartClientListening(false)
|
go b.StartClientListening(false)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user