Bruce Bai
Bruce Bai
我是想GetRangeSet只遍历X轴,每个节点同时判断Y坐标是不是也在范围内,这样只遍历2次(X轴的左和右)就得到所有在视野范围内的了
代码版本:d5d3d0ebd4608571b71f65cbd800bb0b8e9e84fa 代码文件:internal/job/job.go:121 函数:func (j *Job) newAddress(insMap map[string][]*naming.Instance) error j.cometServers在goroutine里被修改,但是在其他的goroutine里会被使用,而没有加锁。 我有看到修改方式直接重新赋值map,而不是修改map的键值。 请问这样是否有问题。谢谢
**Describe the bug** `adkrest server controller panic when llm generate returns error` **To Reproduce** Is continue correct? or maybe return? // server/adkrest/controllers/runtime.go ```go resp := r.Run(req.Context(), runAgentRequest.UserId, runAgentRequest.SessionId, &runAgentRequest.NewMessage, *rCfg)...