Catcher Wong

Results 92 comments of Catcher Wong

这个就是请求超时了。 nacos client 和 nacos server 交互用 grpc 和你应用本身是否用 grpc 是没有必然联系的。

心跳的间隔,是取决于 beat 接口返回的 `clientBeatInterval`. ```json { "clientBeatInterval": 5000, "code": 10200, "lightBeatEnabled": true } ``` 这个参数,可以在注册服务时,在 metadata 中添加 一个 **preserved.heart.beat.interval** 的参数来指定,如果没有指定,默认就是5s。 但是要注意,这个参数设置的值,不能大于 **preserved.heart.beat.timeout** 的设定值或默认值 15s。

**preserved.heart.beat.timeout** 是服务端的逻辑,客户端可以用这个调整对应逻辑的值判断。

组织:莲藕健康 地点:中国广州 联系方式:[email protected] 场景:服务发现和配置管理 服务框架:.Net Core 使用规模:20+配置 20+服务

I know what you mean , `Nancy.Swagger` just return the data which swagger ui needs , and we can customize the swagger page by ourselves. And what I think is...

Separation is easy to manage the projects . **subtree** may be a great way to solve confused about this. Thanks for your comments! @jnallard @yahehe

@LucasMoffitt Could you provide more information about your sample ? Based on your steps , I can get the result as follow , ```JSON { "swagger": "2.0", "info": { "title":...

@LucasMoffitt I check your sample and find out the problem . You need to change the name from `Home` to `HomeModule` , and after changing , you will get the...

@gary-roach Thanks for your interest in this project. It seems that there are some encoding issues. Could you please check and provide some test data for us to reproduce it?