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: override the timers module impls to activate the uv loop #18948

Merged
merged 1 commit into from Jun 24, 2019

Conversation

MarshallOfSound
Copy link
Member

Fixes #18938

Notes: Fixed issue where require('timers').setTimeout would sometimes never fire in the renderer process

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jun 23, 2019
Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

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

🎉

@MarshallOfSound MarshallOfSound merged commit 764be84 into master Jun 24, 2019
@release-clerk
Copy link

release-clerk bot commented Jun 24, 2019

Release Notes Persisted

Fixed issue where require('timers').setTimeout would sometimes never fire in the renderer process

@trop
Copy link
Contributor

trop bot commented Jun 24, 2019

I was unable to backport this PR to "5-0-x" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Jun 24, 2019

I was unable to backport this PR to "4-2-x" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Jun 24, 2019

I have automatically backported this PR to "6-0-x", please check out #18961

@trop
Copy link
Contributor

trop bot commented Jun 24, 2019

A maintainer has manually backported this PR to "5-0-x", please check out #18965

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
5.0.x
Fixed in 5.0.6
6.1.x
Fixed in 6.0.0-beta.11
Development

Successfully merging this pull request may close these issues.

timers Module Doesn't Work in Renderer
3 participants