mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-26 19:48:34 +00:00
move dispatcher
This commit is contained in:
@@ -65,6 +65,8 @@ func (b *Broker) Start() {
|
|||||||
log.Error("broker is null")
|
log.Error("broker is null")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
StartDispatcher()
|
||||||
|
|
||||||
//listen clinet over tcp
|
//listen clinet 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