fxi ws conn

This commit is contained in:
zhouyuyan
2018-01-22 09:30:08 +08:00
parent dc0f2185ab
commit 0439e7ce90

View File

@@ -328,7 +328,7 @@ func (b *Broker) handleConnection(typ int, conn net.Conn, idx uint64) {
b.routes.Store(cid, c)
}
go c.readLoop()
c.readLoop()
}
func (b *Broker) ConnectToDiscovery() {