Dyalog/ewc-client

Run multiple ewc on the next port

Offen

#500 geöffnet am 03.07.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (5 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We have long running tasks and with the current setup it starts a server on :22322 but fails to start if one already exists. This should be handled like vite where :5173 is the default and if one exists there it automatically launches on :5174.

The goal is to not be forced to close the long running ewc session in order to fix a small issue or demonstrate something

Contributor Guide