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
If you run on a port that is already in use, the following will occur:
thread 'tokio-runtime-worker' panicked at src/lib.rs:513:45:
Failed to bind to listen address/port - is something else already listening on it?
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
signal: aborted (core dumped)
It would be nice instead to return an error message
The text was updated successfully, but these errors were encountered:
If you run on a port that is already in use, the following will occur:
It would be nice instead to return an error message
The text was updated successfully, but these errors were encountered: