Skip to content

chore(): SaveToFileAsync保存图片超时 #8242

Description

@TanShuJun1985

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)

Metadata

Metadata

Assignees

Labels

choreThis are tasks or bot action

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions