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

Inform client if operations were successful

nicmr opened this issue · comments

commented

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 )