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
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Start which ever process you like locally in port X
Try to run the go server in port X: ./main 3001 s
The text was updated successfully, but these errors were encountered:
laertispappas
changed the title
Misleading error is raised when host address is already used locally.
Misleading error is raised when host address is already binded locally.
Dec 7, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
The error that is being raised is super misleading when the address is already binded to another process. Ideally we should get something like
Actual Behavior
Panic error with no context in it.
Steps to Reproduce the Problem
./main 3001 s
The text was updated successfully, but these errors were encountered: