Skip to content
New issue

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

fix: error parsing in delete- and paste-worker #11684

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

JammingBen
Copy link
Contributor

Errors in workers need to be constructed manually in the main thread since they can't be serialized and passed from the worker to the main thread.

This also fixes the issue with the missing request ids in failing copy, move and delete requests.

fixes #11678

@JammingBen JammingBen self-assigned this Sep 30, 2024
Errors in workers need to be constructed manually in the main thread since they can't be serialized and passed from the worker to the main thread.

This also fixes the issue with the missing request ids in failing copy, move and delete requests.
@JammingBen JammingBen force-pushed the fix/error-parsing-workers branch from bb5dd7d to b1173ae Compare September 30, 2024 13:37
Copy link

sonarcloud bot commented Sep 30, 2024

Copy link
Contributor

@AlexAndBear AlexAndBear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@kulmann kulmann merged commit ff833b8 into master Oct 1, 2024
3 checks passed
@kulmann kulmann deleted the fix/error-parsing-workers branch October 1, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

X-Request-IDs missing in error messages from web workers
3 participants