mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-09 00:50:38 +00:00
modify
This commit is contained in:
@@ -88,7 +88,6 @@ func (c *client) init() {
|
||||
c.info.remoteIP = strings.Split(c.conn.RemoteAddr().String(), ":")[0]
|
||||
c.ctx, c.cancelFunc = context.WithCancel(context.Background())
|
||||
c.subMap = make(map[string]*subscription)
|
||||
|
||||
c.topicsMgr = c.broker.topicsMgr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user