nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle port bind result

nicmr opened this issue · comments

commented
commented

Added option with af9f7ee.

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

commented

renaming the issue to reflect the new task at hand

commented

Added with d44b7f8

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