mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-11 15:20:54 +03:00
comment about pointer relase in sending state
Figured out, why it sometimes happened that the pointer is released in sending state. However nothing we can do about it. (not a real issue)
This commit is contained in:
@@ -131,7 +131,6 @@ impl Server {
|
||||
tokio::select! {
|
||||
event = producer.next() => {
|
||||
let event = event.ok_or(anyhow!("event producer closed"))??;
|
||||
log::debug!("producer event: {event:?}");
|
||||
server.handle_producer_event(&mut producer, &sender_ch, &timer_ch, event).await?;
|
||||
}
|
||||
e = producer_notify_rx.recv() => {
|
||||
|
||||
Reference in New Issue
Block a user