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

[BUG]: Runtime error when restarting connection #129

Open
evan-palmer opened this issue Sep 15, 2022 · 0 comments
Open

[BUG]: Runtime error when restarting connection #129

evan-palmer opened this issue Sep 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@evan-palmer
Copy link
Contributor

Describe the bug

When the MAVLink connection is made, disconnected, and then reconnected, a runtime error is raised preventing restart.

To Reproduce

Steps to reproduce the behavior:

  1. Establish a MAVLink connection using a MavSwarm instance
  2. Disconnect
  3. Attempt to reconnect

Expected behavior

MavSwarm should be able to re-establish a connection

Stack Traceback

RuntimeError: threads can only be started once

Project Version

v1.2.0

Desktop

Personal desktop computer running Ubuntu 22.04 natively

Additional context

N/A

@evan-palmer evan-palmer added the bug Something isn't working label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant