Which class is this unit test associated with?
UploadFileExtensions.cs 文件中 while ((bytesRead = await stream.ReadAsync(buffer, token)) > 0) 这行无法执行
异常信息:
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit '_wwVM43pA8AC484YCOb2OGJMF4YUiKXAdh1I9kBEWZ0'.
System.TimeoutException: Did not receive any data in the allotted time.
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result)
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at System.IO.Pipelines.PipeReaderStream.ReadAsyncInternal(Memory`1 buffer, CancellationToken cancellationToken)
Which class is this unit test associated with?
UploadFileExtensions.cs 文件中 while ((bytesRead = await stream.ReadAsync(buffer, token)) > 0) 这行无法执行
异常信息:
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit '_wwVM43pA8AC484YCOb2OGJMF4YUiKXAdh1I9kBEWZ0'.
System.TimeoutException: Did not receive any data in the allotted time.
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result)
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at System.IO.Pipelines.PipeReaderStream.ReadAsyncInternal(Memory`1 buffer, CancellationToken cancellationToken)