Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make feedback to know when client is busy #60

Open
goldarte opened this issue Dec 26, 2019 · 2 comments
Open

Make feedback to know when client is busy #60

goldarte opened this issue Dec 26, 2019 · 2 comments
Labels
client Client side enhancement New feature or request QT-GUI Fixes or improvents for qt functionality server Server side

Comments

@goldarte
Copy link
Collaborator

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 goldarte added enhancement New feature or request QT-GUI Fixes or improvents for qt functionality server Server side client Client side labels Dec 26, 2019
@artem30801
Copy link
Collaborator

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

@goldarte
Copy link
Collaborator Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Client side enhancement New feature or request QT-GUI Fixes or improvents for qt functionality server Server side
Projects
None yet
Development

No branches or pull requests

2 participants