mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
[PR #233] [MERGED] FIX application hangs after socket reconnect #1111
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/233
Author: @pedromrpinto
Created: 4/18/2019
Status: ✅ Merged
Merged: 5/16/2019
Merged by: @GregorBiswanger
Base:
master← Head:master📝 Commits (1)
4db0ac0FIX application hangs after socket reconnect📊 Changes
39 files changed (+376 additions, -333 deletions)
View changed files
📝
ElectronNET.Host/api/app.js(+36 -35)📝
ElectronNET.Host/api/app.js.map(+1 -1)📝
ElectronNET.Host/api/app.ts(+36 -37)📝
ElectronNET.Host/api/browserWindows.js(+68 -67)📝
ElectronNET.Host/api/browserWindows.js.map(+1 -1)📝
ElectronNET.Host/api/browserWindows.ts(+68 -68)📝
ElectronNET.Host/api/clipboard.js(+8 -6)📝
ElectronNET.Host/api/clipboard.js.map(+1 -1)📝
ElectronNET.Host/api/clipboard.ts(+8 -7)📝
ElectronNET.Host/api/dialog.js(+7 -5)📝
ElectronNET.Host/api/dialog.js.map(+1 -1)📝
ElectronNET.Host/api/dialog.ts(+7 -5)📝
ElectronNET.Host/api/globalShortcut.js(+4 -2)📝
ElectronNET.Host/api/globalShortcut.js.map(+1 -1)📝
ElectronNET.Host/api/globalShortcut.ts(+4 -2)📝
ElectronNET.Host/api/ipc.js(+5 -3)📝
ElectronNET.Host/api/ipc.js.map(+1 -1)📝
ElectronNET.Host/api/ipc.ts(+5 -3)📝
ElectronNET.Host/api/menu.js(+4 -2)📝
ElectronNET.Host/api/menu.js.map(+1 -1)...and 19 more files
📄 Description
Tray, Globalshortcut and other stop sending events with socket.emit after socket reconnect
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.