Merge branch 'develop' of https://github.com/ElectronNET/Electron.NET into feature/secure-connection

This commit is contained in:
Florian Rappl
2026-02-22 21:51:05 +01:00
6 changed files with 52 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
protected override Task StopCore()
{
this.socket.DisposeSocket();
this.socket.Dispose();
return Task.CompletedTask;
}