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

Connect request sometimes does not execute #466

Closed
brkalmar opened this issue Feb 7, 2023 · 1 comment
Closed

Connect request sometimes does not execute #466

brkalmar opened this issue Feb 7, 2023 · 1 comment
Labels

Comments

@brkalmar
Copy link

brkalmar commented Feb 7, 2023

Affected versions: 2.6.0

Enqueueing a connect() request on a manager right after the connected device had gone out of range (with isConnected and isReady both false) sometimes leads to the request not being executed at all. None of the callbacks set on the request are invoked, and the timeout does not trigger either.

If a request is enqueued successfully, I would expect it to always execute and invoke one of the callbacks. In the above described case, I would assume it would fail or time out, but even an invalid request invocation would be acceptable as long as it's consistent.

@philips77
Copy link
Member

This might have perhaps been fixed by #522. Would be cool if you could test with 2.7 after I release the lib soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants