贾一饼

Results 4 comments of 贾一饼

发现了,确实只能用grpc,且新的提交才有grpcport选项,且连接选项grpc.WithInsecure(),当我用apisix做ingress,流量无法导入,必须`grpc.WithTransportCredentials(credentials.NewTLS(&tls.Config{ServerName: "hostname", InsecureSkipVerify: true})`,让网关识别host

getconfig cachedir是`xxx\AppData\Local\Temp\GoLand\cache` 到listenconfig 就变成`xxx\AppData\Local\Temp\GoLand\cache\config` 看了下有意这么设计的,为什么呢 ![image](https://user-images.githubusercontent.com/23721020/172561316-4411de62-5d17-4146-b378-99acabee32fb.png) 我初始化配置后,由于本地找不到配置,会再次执行OnChange,多余了,且配置刷新我的其他客户端也会跟着不必要的刷新

> 开 ssr:false 不就行了 老哥,我就是服务端渲染用,你告诉我把服务端渲染关了...什么操作