[PR #706] fixes unimplimented interfaces / updates socket client #1263

Open
opened 2026-01-29 16:59:04 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/706

State: closed
Merged: No


What?

I am needing to run ElectronNET on apple silicon and the old build doesn't seem to work.

For some reason the latest on master is broken, this implements missing properties in the interface and replaces the SocketIO client that was being used.

Details

  • Add missing methods and getters from ElectonNet.API/App.cs
  • Add missing methods and getters from ElectonNet.API/ApplicationSocket.cs
  • Add missing methods and getters from ElectonNet.API/AutoUpdater.cs
  • Update the implementation of the SocketIO client
**Original Pull Request:** https://github.com/ElectronNET/Electron.NET/pull/706 **State:** closed **Merged:** No --- # What? I am needing to run ElectronNET on apple silicon and the old build doesn't seem to work. For some reason the latest on master is broken, this implements missing properties in the interface and replaces the SocketIO client that was being used. # Details - Add missing methods and getters from `ElectonNet.API/App.cs` - Add missing methods and getters from `ElectonNet.API/ApplicationSocket.cs` - Add missing methods and getters from `ElectonNet.API/AutoUpdater.cs` - Update the implementation of the SocketIO client
claunia added the pull-request label 2026-01-29 16:59:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1263