mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #714] [CLOSED] Fixsocketcompilerunbugs #1266
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/714
Author: @lafleurh
Created: 7/27/2022
Status: ❌ Closed
Base:
master← Head:fixsocketcompilerunbugs📝 Commits (4)
43a8941Fix compile errors1702caeBug fixes and best practice changesfb34847Remove unnecessary console logb22ab09Remove net5-specific webapp📊 Changes
10 files changed (+103 additions, -27 deletions)
View changed files
📝
ElectronNET.API/App.cs(+22 -0)📝
ElectronNET.API/ApplicationSocket.cs(+2 -2)📝
ElectronNET.API/AutoUpdater.cs(+51 -0)📝
ElectronNET.API/BridgeConnector.cs(+13 -7)📝
ElectronNET.API/Interfaces/IApplicationSocket.cs(+2 -2)📝
ElectronNET.API/LifetimeServiceHost.cs(+2 -5)📝
ElectronNET.API/ServiceCollectionExtensions.cs(+1 -1)📝
ElectronNET.Host/main.js(+6 -6)📝
ElectronNET.WebApp/Properties/launchSettings.json(+1 -1)📝
appveyor.cmd(+3 -3)📄 Description
The current code on master does not compile and has bugs so the demo did not run. I fixed the issues. Also, cleaned an await call and have the Socket.IO in main.js use code similar to the documentation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.