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

Inform client if operations were successful #6

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Either in the form of a) Informing the client the corresponding message has been successfully sent to the player channel b) Actually checking if the player reaches the desired state ( safer, but also a lot harder to achieve )