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

establishConnection() is immediately finishing despite subscription #94

Closed
dariuszseweryn opened this issue Nov 10, 2016 · 0 comments
Closed
Assignees
Labels
bug Bug that is caused by the library

Comments

@dariuszseweryn
Copy link
Owner

Summary


Sometimes (due to a race condition) RxBleRadioOperationConnect is finishing before itself despite subscriber is in process of subscribing

Preconditions


Observed on Motorola Droid XT1030

Steps to reproduce actual result

  1. Start scanning
  2. Establish connection to scanned device

Actual result


See in logs: "No subscribers, finishing operation"

Expected result


Establishing connection,

@dariuszseweryn dariuszseweryn added the bug Bug that is caused by the library label Nov 10, 2016
@dariuszseweryn dariuszseweryn self-assigned this Nov 10, 2016
dariuszseweryn added a commit that referenced this issue Nov 10, 2016
…was not yet subscribed while running. #94

Reviewers: michal.zielinski, pawel.urban

Reviewed By: pawel.urban

Differential Revision: https://phabricator.polidea.com/D1947
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is caused by the library
Projects
None yet
Development

No branches or pull requests

1 participant