Skip to content

Conversation

@metsma
Copy link
Contributor

@metsma metsma commented Oct 29, 2025

WE2-1136

Signed-off-by: Raul Metsma raul@metsma.ee

WE2-1136

Signed-off-by: Raul Metsma <raul@metsma.ee>
connect(commandHandlerConfirmThread, &CommandHandlerConfirmThread::completed, this,
&Controller::onCommandHandlerConfirmCompleted);
connectRetry(commandHandlerConfirmThread);
connect(commandHandler.get(), &CommandHandler::verifyPinFailed, this,
Copy link
Member

@mrts mrts Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

onConfirmCommandHandler() might be called multiple times over the lifetime of the controller so you may accumulate duplicate connections here. Would Qt::UniqueConnection help against that (or disconnect before connecting)?

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.

3 participants