'Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.."

I am sending the JSON data through the REST API POST method. Getting "System.Net.Sockets.SocketException". Could you help with this?

await Post(requestUri, json, Token);



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source