You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Port 9999 is is bound unannounced. When error is encountered, no solution is provided, usually what I did is kill port 9999.
To reproduce
Run two hello world devenv.
• Building processes ...
• Using Cachix: devenv
✔ Building processes in 2.5s.
• Starting processes ...• Building shell ...
✔ Building shell in 1.3s.
24-04-02 09:38:05.201 FTL start http server on :9999 failed error="listen tcp :9999: bind: address already in use"
I know can be bound to another port, but why does one have to go through the github issues to figure this one?
Since we are in a directory, why can't it be a unix socket binding rather than port binding?
Version
devenv 1.0.2 (aarch64-darwin)
The text was updated successfully, but these errors were encountered:
Describe the bug
Port 9999 is is bound unannounced. When error is encountered, no solution is provided, usually what I did is kill port 9999.
To reproduce
Run two hello world devenv.
I know can be bound to another port, but why does one have to go through the github issues to figure this one?
Since we are in a directory, why can't it be a unix socket binding rather than port binding?
Version
devenv 1.0.2 (aarch64-darwin)
The text was updated successfully, but these errors were encountered: