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: guard against null fenceSync #1565

Merged
merged 1 commit into from
Nov 8, 2024
Merged

fix: guard against null fenceSync #1565

merged 1 commit into from
Nov 8, 2024

Conversation

oliverlaz
Copy link
Member

Overview

Adds a null guard for the fenceSync GL object.

@oliverlaz oliverlaz merged commit 9a3ae38 into main Nov 8, 2024
13 checks passed
@oliverlaz oliverlaz deleted the null-sync branch November 8, 2024 12:16
myandrienko added a commit that referenced this pull request Nov 12, 2024
Our background filters pipeline has an async part that runs out of band
with the rest of the pipeline. Errors originating in this async part
(like #1565) were not properly handled, didn't invoke the `onError`
callback, and caused unhandled rejection errors in the console.

This PR fixes these issues.
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.

2 participants