mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
@@ -327,7 +327,6 @@ func (c *client) initClient() {
|
||||
c.ncs = fmt.Sprintf("%s - cid:%d", conn, c.cid)
|
||||
case ROUTER:
|
||||
c.ncs = fmt.Sprintf("%s - rid:%d", conn, c.cid)
|
||||
c.in.rcache = make(map[string]*routeCache, 32)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user