zhangsilly
Results
1
issues of
zhangsilly
NewService() 启用 server.WithMuxTransport() 后第一次调用时报错 **To Reproduce** Steps to reproduce the behavior: 服务端代码: ```Go func main() { r, err := etcd.NewEtcdRegistry([]string{ `127.0.0.1:2379`, }, etcd.WithAuthOpt(`user`, `passwd`), etcd.WithDialTimeoutOpt(2*time.Second)) if err != nil {...