mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-30 22:34:52 +00:00
fix bug
This commit is contained in:
@@ -72,6 +72,7 @@ func NewBroker(config *Config) (*Broker, error) {
|
||||
wpool: pool.New(config.Worker),
|
||||
nodes: make(map[string]interface{}),
|
||||
clusterPool: make(chan *Message),
|
||||
rpcClient: make(map[string]pb.HMQServiceClient),
|
||||
}
|
||||
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user