hotchocolate-examples icon indicating copy to clipboard operation
hotchocolate-examples copied to clipboard

Update Stitching example to .net core 3.1

Open jfheins opened this issue 3 years ago • 1 comments

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 avatar Sep 30 '20 13:09 jfheins

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

michaelstaib avatar Oct 05 '20 23:10 michaelstaib