clever-show icon indicating copy to clipboard operation
clever-show copied to clipboard

Make feedback to know when client is busy

Open goldarte opened this issue 5 years ago • 2 comments

Request description When we send any command or file, we don't know what happens with client, only telemetry stops to transmit. So we need to think about the way to know the feedback from copter during some tasks and operations.

goldarte avatar Dec 26 '19 09:12 goldarte

Possible solutions: display blocking operations in System col or/and make Connection state column with possible states: disconnected, idle, reading, writing, readwrite

artem30801 avatar Dec 30 '19 10:12 artem30801

Why telemetry sending loop stop sending telemetry when file is transmitting to client, for example? Because connection manager works in one thread, and can only send or get message at time. Can we make different threads/connections for input and output messages?

goldarte avatar Jan 23 '20 08:01 goldarte