This commit is contained in:
zhouyuyan
2017-09-12 09:15:08 +08:00
parent 5601632a33
commit 96277996f0
3 changed files with 36 additions and 6 deletions

View File

@@ -342,6 +342,7 @@ func (b *Broker) connectRouter(url, remoteID string) {
route: route,
info: info,
}
c.init()
b.remotes.Store(cid, c)
c.SendConnect()
c.SendInfo()