-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to consume both of REST and gRPC services from the console client of the gRPC demo sample #4062
Comments
Related #4062, This allows us to configure named remote service http client.
Set the Wait for abp v 2.9 #4138 |
The Components using |
Wait: #3907 |
… of the gRPC demo sample. Fix abpframework/abp#4062
I created the sample: https://github.com/abpframework/abp-samples/tree/master/GrpcDemo
It works. However, we have a problem: Microsoft document leads to make the server to support HTTP/2. However, client application can not call REST endpoints in this case. I couldn't be able to configure all HttpClients (those used to authenticate to IDS4 and call REST endpoints) to use Http/2. There are solutions on the web, but I didn't spend much time to be honest.
I disabled the related lines: https://github.com/abpframework/abp-samples/blob/master/GrpcDemo/test/GrpcDemo.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L28
@maliming can you look at that. Thanks.
The text was updated successfully, but these errors were encountered: