Files
Mycell-UI/src-tauri
syoul 2cd14f06ae fix(sidecar): use ephemeral ports for tcp/quic listen too
mycelium defaults --tcp-listen-port and --quic-listen-port to 9651
when not provided. If anything else holds 9651 (a previous test
instance, a Docker container from the level-1 procedure, another
mycelium running on the host), the daemon comes up far enough to
serve the loopback API for a few seconds before tearing itself
down on the listen failure.

Pick three distinct ephemeral ports (api, tcp, quic) per spawn.
Trade-off: inbound peers need the actual port number, which we
already log; the user can pin via a future SidecarConfig field.
2026-04-25 23:51:35 +02:00
..
2026-04-25 22:12:48 +02:00