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

SCLI-2 #8

Merged
merged 2 commits into from
Aug 22, 2018
Merged

SCLI-2 #8

merged 2 commits into from
Aug 22, 2018

Conversation

metinavc1
Copy link
Contributor

@metinavc1 metinavc1 added the bug Something isn't working label Aug 8, 2018
dispatch_async(self.queue, ^{
[weakSelf send:message];
});
[self send:[[[SPIDropKeysRequest alloc] init] toMessage]];
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you no longer doing this asynchronously? What changed?

Copy link
Contributor Author

@metinavc1 metinavc1 Aug 10, 2018

Choose a reason for hiding this comment

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

The problem is as follows.

When pairing with a terminal from an iOS library, if you confirm pairing from the POS but rejected from the terminal, the terminal shows a disconnected status when it should unpair itself from the terminal.

Terminal disconnected before unpaired.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK, fair enough. Just checking that it was an intentional change.

@gouline gouline force-pushed the master branch 14 times, most recently from 758c245 to 4b47352 Compare August 21, 2018 12:16
@RaymondK-mx51 RaymondK-mx51 merged commit e9fa0e9 into master Aug 22, 2018
@metinavc1 metinavc1 deleted the 2.3.2 branch August 22, 2018 00:30
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

Successfully merging this pull request may close these issues.

3 participants