Abp.Grpc icon indicating copy to clipboard operation
Abp.Grpc copied to clipboard

基于 ABP 框架开发的 Grpc 模块,支持 Consul 服务发现与服务注册。Grpc module developed based on ABP framework supports early service discovery and service registration.

Results 2 Abp.Grpc issues
Sort by recently updated
recently updated
newest added

在本地使用Consul发现模式,在调用方法的时候报Status(StatusCode=Unavailable, Detail="Trying to connect an http1.x server"),我在调用前启用了http2.0 AppContext.SetSwitch( "System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true); 也是一样,不知道是什么问题?

IocManager.IocContainer.Register(Component.For().Instance(serviceDefine).LifestyleSingleton());

优化