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

Better volume controls #8

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Volume controls work but instantly spam messages over the websocket when the slider is moved. Instead, no message should be sent until the user lets go of the slider.

nicmr commented 4 years ago

I can see two ways to resolve this: