mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #714] Fixsocketcompilerunbugs #1268
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?
Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/714
State: closed
Merged: No
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.