meshtastic / network-management-client

A Meshtastic desktop client, allowing simple, offline deployment and administration of an ad-hoc mesh communication network. Built in Rust and TypeScript.
GNU General Public License v3.0
174 stars 14 forks source link

CPU Usage Increases on Connection Disconnect #436

Open ajmcquilkin opened 1 year ago

ajmcquilkin commented 1 year ago

The client currently doesn't detect when a (serial) connection disconnects. The client should close all worker threads and either return to connection page or shut down the application.

Reported by @GUVWAF