r27153733 opened a new issue, #2620: URL: https://github.com/apache/dubbo-go/issues/2620
### Environment <!-- - Server: Dubbo-go, v3.0.5 - Client: Dubbo-go, v3.0.5 - Protocol: Triple - Registry: Nacos, v2.0.0 --> - Server: Dubbo-go, v3.1.1 - Client: Dubbo-go, v3.1.1 - Protocol: Triple ### Issue description <!-- Here is a brief description about the issue. --> context.WithValue 只能往子ctx存value,这导致OnResponse无法通过ctx.Value获取entry,导致entry没退出,sentinel.TraceError也不会被调用。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
