Copilot commented on code in PR #2928:
URL: https://github.com/apache/dubbo-go/pull/2928#discussion_r2193945293
##########
protocol/triple/server.go:
##########
@@ -333,13 +331,11 @@ func (s *Server) handleServiceWithInfo(interfaceName
string, invoker base.Invoke
for k, v := range res.Attachments() {
Review Comment:
The default case for non-string and non-[]string attachment types was
removed, so attachments of other types will be dropped. Consider converting
other types to string with `fmt.Sprint` and appending them with
`tri.AppendToOutgoingContext`.
--
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]