We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the issue was already reported #4139 and has not been resolved, it is also present in the current version 14.
{ "errors": [ { "message": "Unexpected Execution Error", "extensions": { "message": "Cannot access a closed file.", "stackTrace": " at System.IO.FileStream.FlushAsync(CancellationToken cancellationToken)\n at HotChocolate.PersistedOperations.FileSystem.FileSystemOperationDocumentStorage.SaveInternalAsync(String filePath, IOperationDocument document, CancellationToken cancellationToken)\n at HotChocolate.PersistedOperations.FileSystem.FileSystemOperationDocumentStorage.SaveInternalAsync(String filePath, IOperationDocument document, CancellationToken cancellationToken)\n at HotChocolate.Execution.Pipeline.WritePersistedOperationMiddleware.InvokeAsync(IRequestContext context)\n at HotChocolate.Execution.Pipeline.ReadPersistedOperationMiddleware.InvokeAsync(IRequestContext context)\n at HotChocolate.Execution.Pipeline.DocumentCacheMiddleware.InvokeAsync(IRequestContext context)\n at HotChocolate.Execution.Pipeline.TimeoutMiddleware.InvokeAsync(IRequestContext context)\n at HotChocolate.Execution.Pipeline.ExceptionMiddleware.InvokeAsync(IRequestContext context)" } } ] }
when IOperationDocument is of type OperationDocument the stream after document.WriteToAsync is disposed here
The text was updated successfully, but these errors were encountered:
This is now fixed and will be released with 14.1
Sorry, something went wrong.
thanks!
Great !
glen-84
Successfully merging a pull request may close this issue.
the issue was already reported #4139 and has not been resolved, it is also present in the current version 14.
when IOperationDocument is of type OperationDocument the stream after document.WriteToAsync is disposed here
The text was updated successfully, but these errors were encountered: