Skip to content

EADDRINUSE Error on multiple startups in quick succession #871

Open
@Zapenator

Description

@Zapenator
  • 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""

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions