You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
jfheins
changed the title
Update Stitching example
Update Stitching example to .net core 3.1
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:
The text was updated successfully, but these errors were encountered: