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: Unhandled rejection in audio signal #893

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

dj-stormtrooper
Copy link
Contributor

@dj-stormtrooper dj-stormtrooper commented Apr 10, 2023

Suppresses all unhandled rejections in the audio signal in case of scheduled redundant retries after successful rendering.

The context.startRendering logic triggers a retry if context.state is suspended, but if the state of the first attempt has been changed all next retries will produce unhandled errors

Fixes #672

@dj-stormtrooper dj-stormtrooper merged commit c463ca0 into master Apr 11, 2023
@Finesse Finesse deleted the fix/unhadled-rejection-in-audio-signal branch April 11, 2023 08:49
@Finesse Finesse changed the title fix: Unhadled rejection in audio signal fix: Unhandled rejection in audio signal Apr 11, 2023
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.

Throwing InvalidStateError
2 participants