nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Handle port bind result #3

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Added option with af9f7ee6690e61a2673ec3aa0fbee81827f4ecab.

Next step: add validation for option, so only legal ports can be passed (0-65,535)

nicmr commented 4 years ago

renaming the issue to reflect the new task at hand

nicmr commented 4 years ago

Added with d44b7f8

Next objective: gracefully handle failure to bind the port instead of panic