Open
Description
- ElectronNet.CLI Version: 23.6.2.0
- ElectronNet.API Version 23.6.2
- .NET 6
- Target: Windows
After building my app if I run it twice in quick succession I get the error below. After closing this error popup the splash screen shows up and then never goes away unless you close all running processes in task manager.
Steps to Reproduce:
- Build your Electron.Net app
- In terminal / or a .bat file start the app twice, (example .bat below)
@echo off
start "Instance 1" cmd /k ""C:\path\to\your\ElectronNetApp.exe""
start "Instance 2" cmd /k ""C:\path\to\your\ElectronNetApp.exe""