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

server cpp: improve handling of crashed CF #420

Merged
merged 4 commits into from
Feb 14, 2024
Merged

server cpp: improve handling of crashed CF #420

merged 4 commits into from
Feb 14, 2024

Conversation

whoenig
Copy link

@whoenig whoenig commented Feb 7, 2024

When connecting two CFs and turning one off, the unicast connection of the other one essentially froze. There were two reasons:

1.) Division by zero caused a crash;
2.) The crazyflie_link_cpp essentially starved one connection.

Fixes #419.

When connecting two CFs and turning on off, the unicast connection of the other one essentially froze. There were two reasons:

1.) Division by zero caused a crash;
2.) The crazyflie_link_cpp essentially starved one connection.

Fixes #419.
@Khaledwahba1994 Khaledwahba1994 merged commit db3a9cf into main Feb 14, 2024
1 of 3 checks passed
@Khaledwahba1994 Khaledwahba1994 deleted the issue419 branch February 14, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

server - cpp - turning a single CF off causes all unicast communication to stop
2 participants