stray ` got in there
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run

This commit is contained in:
Grant Limberg 2025-09-30 10:52:00 -07:00
parent 97d20a1155
commit 02908e5202

View file

@ -56,7 +56,7 @@ PubSubListener::PubSubListener(std::string controller_id, std::string project, s
_subscriberThread = std::thread(&PubSubListener::subscribe, this);
}
PubSubListener::~PubSubListener()`
PubSubListener::~PubSubListener()
{
_run = false;
if (_subscriberThread.joinable()) {