mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-19 22:47:51 +08:00
![]() `peers.map((p) async {})` is not sync and peers are loaded before deletion. ``` let mut peers = config::LanPeers::load().peers; peers.retain(|x| x.id != id); ``` Signed-off-by: 21pages <sunboeasy@gmail.com> |
||
---|---|---|
.. | ||
common | ||
desktop | ||
mobile | ||
models | ||
native | ||
plugin | ||
utils | ||
web | ||
common.dart | ||
consts.dart | ||
main.dart |