Skip to content
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

EADDRINUSE Error on multiple startups in quick succession #871

Open
Zapenator opened this issue Jan 31, 2025 · 0 comments
Open

EADDRINUSE Error on multiple startups in quick succession #871

Zapenator opened this issue Jan 31, 2025 · 0 comments
Labels

Comments

@Zapenator
Copy link

  • 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.

Image

Steps to Reproduce:

  1. Build your Electron.Net app
  2. 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""
@Zapenator Zapenator added the bug label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant