chickenlj opened a new issue, #2495:
URL: https://github.com/apache/dubbo-go/issues/2495
## Error
```
panic: http: multiple registrations for
/triple.reflection.v1alpha.ServerReflection/
goroutine 1 [running]:
net/http.(*ServeMux).Handle(0x1400083a480, {0x14000347d10, 0x2c},
{0x10699ee40, 0x14000452940})
/opt/homebrew/Cellar/go/1.20.4/libexec/src/net/http/server.go:2516
+0x384
dubbo.apache.org/dubbo-go/v3/protocol/triple.compatHandleService(0x1400083a480,
{0x0, 0x0, 0x0})
/Users/ken/aliware/dubbo3/golang/dubbo-go/protocol/triple/server.go:240 +0x314
dubbo.apache.org/dubbo-go/v3/protocol/triple.(*Server).RefreshService(0x1400045a9d0,
{0x1069b57f8, 0x140004348d0}, 0x0)
/Users/ken/aliware/dubbo3/golang/dubbo-go/protocol/triple/server.go:154 +0x1f8
dubbo.apache.org/dubbo-go/v3/protocol/triple.(*TripleProtocol).openServer(0x140003e4bd0,
{0x1069b57f8, 0x140004348d0}, 0x0)
/Users/ken/aliware/dubbo3/golang/dubbo-go/protocol/triple/triple.go:93 +0x164
dubbo.apache.org/dubbo-go/v3/protocol/triple.(*TripleProtocol).Export(0x140003e4bd0,
{0x1069b57f8, 0x140004348d0})
/Users/ken/aliware/dubbo3/golang/dubbo-go/protocol/triple/triple.go:70 +0x224
dubbo.apache.org/dubbo-go/v3/protocol/protocolwrapper.(*ProtocolFilterWrapper).Export(0x14000668590,
{0x1069b57f8, 0x140004348d0})
/Users/ken/aliware/dubbo3/golang/dubbo-go/protocol/protocolwrapper/protocol_filter_wrapper.go:58
+0x108
dubbo.apache.org/dubbo-go/v3/registry/protocol.(*registryProtocol).doLocalExport(0x140004526c0,
{0x1069b5980, 0x1400031e018}, 0x140001da690)
/Users/ken/aliware/dubbo3/golang/dubbo-go/registry/protocol/protocol.go:234
+0x108
dubbo.apache.org/dubbo-go/v3/registry/protocol.(*registryProtocol).Export(0x140004526c0,
{0x1069b5980, 0x1400031e018})
```
## How to reproduce:
Run
`[config-api/rpc/triple](https://github.com/apache/dubbo-go-samples/tree/feature-triple/config-api/rpc)`
test in dubbo-samples project with [dubbo-go feature-triple branch
](https://github.com/apache/dubbo-go/tree/feature-triple)
--
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]