错误日志如下:System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException: Operation canceled
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(System.Net.Sockets.SocketError error)
自己本地运行没发现该问题,部署环境的linux,捕获的日志发生该问题有点频繁。获取到的链接打开速度是正常的。在本地调用也是正常的。设置的超时时间是60秒。