ArduPilot / ArduPilot/MAVProxy

Chat: The chat module continues to work even after unloading.

Open
#1,361 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
595
Forks
773
Avg merge
2d 6h
Merged PRs (30d)
18

Description

After unloading the chat module, it still works.

Possible solution:
define a function "unload" in .__init__ file and collect all the chat module threads, stop them and a close function to close chat window.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting the chat module's .__init__ file and reproduce unloading the module while its threads and chat window are active. Trace the module's thread and window lifecycle, then verify that unloading stops the threads, closes the window, and prevents the chat module from continuing to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.