There is a exception when I upload a big file
See original GitHub issueIt is a exception I find by log,was it resolve in the new release? tusdotnet version :2.1.2 asp net core :2.1 app run: windows server ,IIS
A task was canceled.||stacktrace: at tusdotnet.ProtocolHandlers.PatchHandler.<>c__DisplayClass9_0.<<GetOrUpdateExpires>g__UpdateExpiredLocal|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at tusdotnet.ProtocolHandlers.PatchHandler.Handle(ContextAdapter context) at tusdotnet.TusProtocolHandler.InvokeAsync(ContextAdapter context, ProtocolMethodHandler methodHandler) at tusdotnet.TusCoreMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
yep,This has been resloved。The problem seems to be a result of server stress。I scaled out and upgraded tusdotnet 。
Glad to hear it!