mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #95] [MERGED] fix: socket.connnect JS : Scope & Closures #1081
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/95
Author: @mojinxun
Created: 2/9/2018
Status: ✅ Merged
Merged: 7/22/2018
Merged by: @GregorBiswanger
Base:
master← Head:master📝 Commits (10+)
53c591fMerge pull request #1 from ElectronNET/master3ba46a31ad20230Merge branch 'master' of https://github.com/mojinxun/Electron.NETe20dafbresume csproj0997291fix: possible eventemitter memory leak delectedef1f0abregisterIpcMainChannel remove channele3eee0c1949741dgetWindowById(id) add undefined check1bf274a1. getWindowById(id) add undefined check354b4f0add loadingWindow📊 Changes
17 files changed (+336 additions, -226 deletions)
View changed files
📝
ElectronNET.API/Dialog.cs(+8 -1)📝
ElectronNET.API/ElectronNET.API.csproj(+3 -1)📝
ElectronNET.API/IpcMain.cs(+1 -0)📝
ElectronNET.CLI/ElectronNET.CLI.csproj(+1 -1)📝
ElectronNET.Host/api/app.js(+34 -34)📝
ElectronNET.Host/api/browserWindows.js(+119 -122)📝
ElectronNET.Host/api/clipboard.js(+6 -6)📝
ElectronNET.Host/api/dialog.js(+11 -5)📝
ElectronNET.Host/api/globalShortcut.js(+2 -2)📝
ElectronNET.Host/api/ipc.js(+8 -7)📝
ElectronNET.Host/api/menu.js(+2 -2)📝
ElectronNET.Host/api/notification.js(+6 -6)📝
ElectronNET.Host/api/screen.js(+9 -9)📝
ElectronNET.Host/api/shell.js(+7 -7)📝
ElectronNET.Host/api/tray.js(+8 -8)📝
ElectronNET.Host/api/webContents.js(+4 -4)📝
ElectronNET.Host/main.js(+107 -11)📄 Description
when io reconnect, a new socket well create.
but from front socket not be updated
the commit is fix it by global.elesocket
please check, or better method
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.