mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-20 03:30:53 +03:00
fmt
This commit is contained in:
@@ -79,7 +79,6 @@ fn handle_frontend_stream(
|
||||
#[cfg(windows)] stream: ReadHalf<TcpStream>,
|
||||
cancellation_token: CancellationToken,
|
||||
) -> JoinHandle<()> {
|
||||
|
||||
let tx = frontend_tx.clone();
|
||||
tokio::task::spawn_local(async move {
|
||||
tokio::select! {
|
||||
|
||||
Reference in New Issue
Block a user