samples icon indicating copy to clipboard operation
samples copied to clipboard

fix: resolve issue by enabling synchronous IO in Kestrel configuration

Open JackGuogit opened this issue 5 months ago • 1 comments

fix: resolve client-side exception by enabling synchronous IO in Kestrel configuration

Fixed the issue causing WebHttpClient.ApiException: "The HTTP status code of the response was not expected (500)" by configuring Kestrel to allow synchronous IO.

JackGuogit avatar Sep 06 '24 14:09 JackGuogit