Skip to content
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

Update Stitching example to .net core 3.1 #24

Open
jfheins opened this issue Sep 30, 2020 · 1 comment
Open

Update Stitching example to .net core 3.1 #24

jfheins opened this issue Sep 30, 2020 · 1 comment

Comments

@jfheins
Copy link

jfheins commented Sep 30, 2020

The example for stitching (i.e. "hotchocolate-examples/misc/Stitching/Gateway/Gateway.csproj") still uses .net core 2.1. Although this is a LTS release, it would be helpful if the example was also working with a newer .net core version. (e.g. .net core 3.1)

When I try to migrate the example to .net core 3.1, it does not work any more:

System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.IO.IOException: The response ended prematurely.
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
@jfheins jfheins changed the title Update Stitching example Update Stitching example to .net core 3.1 Sep 30, 2020
@michaelstaib
Copy link
Member

We will have new examples coming at the end of this month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants