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

feat: warn when ipcRenderer.sendSync() called with no listeners for channel #31344

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

miniak
Copy link
Contributor

@miniak miniak commented Oct 7, 2021

Description of Change

Inspired by #31321

Checklist

Release Notes

Notes: Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain.

@miniak miniak self-assigned this Oct 7, 2021
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Oct 7, 2021
@miniak miniak added semver/patch backwards-compatible bug fixes target/16-x-y labels Oct 7, 2021
@miniak miniak force-pushed the miniak/ipc-send-sync-no-listeners branch from beec9eb to 500a125 Compare October 7, 2021 19:53
@miniak miniak force-pushed the miniak/ipc-send-sync-no-listeners branch from 500a125 to 8eeb8f4 Compare October 7, 2021 19:55
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Oct 8, 2021
@jkleinsc
Copy link
Contributor

Merging as CI failure is flake unrelated to PR change.

@jkleinsc jkleinsc merged commit 5592652 into main Oct 14, 2021
@jkleinsc jkleinsc deleted the miniak/ipc-send-sync-no-listeners branch October 14, 2021 18:24
@release-clerk
Copy link

release-clerk bot commented Oct 14, 2021

Release Notes Persisted

Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain.

@trop
Copy link
Contributor

trop bot commented Oct 14, 2021

I have automatically backported this PR to "13-x-y", please check out #31432

@trop
Copy link
Contributor

trop bot commented Oct 14, 2021

I have automatically backported this PR to "14-x-y", please check out #31433

@trop
Copy link
Contributor

trop bot commented Oct 14, 2021

I have automatically backported this PR to "15-x-y", please check out #31434

@trop
Copy link
Contributor

trop bot commented Oct 14, 2021

I have automatically backported this PR to "16-x-y", please check out #31435

t57ser pushed a commit to t57ser/electron that referenced this pull request Oct 27, 2021
t57ser pushed a commit to t57ser/electron that referenced this pull request Oct 27, 2021
t57ser pushed a commit to t57ser/electron that referenced this pull request Oct 29, 2021
t57ser pushed a commit to t57ser/electron that referenced this pull request Oct 29, 2021
t57ser pushed a commit to t57ser/electron that referenced this pull request Oct 29, 2021
t57ser pushed a commit to t57ser/electron that referenced this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants