зеркало из https://github.com/electron/electron.git
fix: activate the uv_loop on incoming IPC messages (#19449)
This commit is contained in:
Родитель
0f5cb7995f
Коммит
8028c57b42
|
@ -48,6 +48,7 @@ v8Util.setHiddenValue(global, 'ipcNative', {
|
|||
onMessage (internal: boolean, channel: string, args: any[], senderId: number) {
|
||||
const sender = internal ? ipcInternalEmitter : ipcEmitter
|
||||
sender.emit(channel, { sender, senderId }, ...args)
|
||||
process.activateUvLoop()
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче