Ferdinand Schober
Ferdinand Schober
what version are you on? This should be fixed [very recently](https://github.com/feschber/lan-mouse/issues/253).
Could you send a log from the device where the mouse can not exit?
so it does not stop working every time, am I understanding that correctly? Also: Could you export `LM_DEBUG_LAYER_SHELL=1` before starting lan-mouse? That should show you a green line of pixels,...
The `DTLSListener` itself is not used anywhere in the project besides the DTLS example apparently. @rainliu could you comment on [this](https://github.com/webrtc-rs/webrtc/blob/632f8a553e2018ce05ad5af63da1a0355cc036bc/dtls/src/listener.rs#L74C9-L74C19) line? What was the plan here? The difference to...
Sounds like an issue with your rust installation. Could you try removing the `~/.cargo/registry` directory and run the install command again?
It should work. What does the log say? You might need to configure the firewall
Could you run ```sh rustup update rustup toolchain install stable-x86_64-pc-windows-msvc ``` and try this again?
https://github.com/rust-lang/mdBook/issues/2318 it appears to be some issue with old versions of cargo
> > ```shell > > rustup toolchain install stable-x86_64-pc-windows-msvc > > ``` > > Yep you're right, I'm getting a different error now but that's something unrelated Make sure to...
How did you install it?