mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-29 14:03:10 +00:00
fix (#90)
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user