mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #486] [MERGED] 442: maintain references between socket.io connection events #1197
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/486
Author: @danatcofo
Created: 10/6/2020
Status: ✅ Merged
Merged: 1/11/2021
Merged by: @GregorBiswanger
Base:
master← Head:bug/442📝 Commits (2)
e73655b442: maintain references between socket.io connection eventsd2f6308Merge remote-tracking branch 'upstream/master' into bug/442📊 Changes
8 files changed (+133 additions, -142 deletions)
View changed files
📝
ElectronNET.Host/api/browserView.ts(+1 -1)📝
ElectronNET.Host/api/browserWindows.ts(+1 -1)📝
ElectronNET.Host/api/menu.ts(+1 -1)📝
ElectronNET.Host/api/notification.js(+14 -15)📝
ElectronNET.Host/api/notification.ts(+1 -1)📝
ElectronNET.Host/api/tray.js(+52 -53)📝
ElectronNET.Host/api/tray.ts(+29 -29)📝
ElectronNET.Host/main.js(+34 -41)📄 Description
fixes #442
remove deletes of modules during disconnect
add delete of hostHook during disconnect
check if modules exist before importing them during connect
move local caches of modules into global scope.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.