-
-
Notifications
You must be signed in to change notification settings - Fork 746
fix: socket.connnect JS : Scope & Closures #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fix: io.reconnect socket Closure
| <TargetFramework>netcoreapp2.0</TargetFramework> | ||
| <AssemblyName>dotnet-electronize</AssemblyName> | ||
|
|
||
| <PackageType>DotnetCliTool</PackageType> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be aware: This is needed and should not be deleted!
| This package contains the dotnet tooling to electronize your application.</Description> | ||
| <PackageLicenseUrl>https://github.com/ElectronNET/Electron.NET/blob/master/LICENSE</PackageLicenseUrl> | ||
| <PackageProjectUrl>https://github.com/ElectronNET/Electron.NET/</PackageProjectUrl> | ||
| <RepositoryUrl>https://github.com/ElectronNET/Electron.NET/</RepositoryUrl> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't be deleted as well
|
Hi @mojinxun |
|
ok, I create nuget, something error, so I delete it |
|
I update it, please review it |
|
@GregorBiswanger Please take a look. |
do: io.setMaxListeners(0);
|
@GregorBiswanger What about this PR? |
2. IpcMain add off
when io reconnect, a new socket well create.
but from front socket not be updated
the commit is fix it by global.elesocket
please check, or better method