Skip to content

Conversation

@sylwester-zielinski
Copy link
Contributor

@sylwester-zielinski sylwester-zielinski commented Feb 16, 2022

The exception was thrown on reading device field which was null.
The property hasn't been assigned, because callbacks were invoked
in unforeseen order. To fix the issue assigning device was moved
to before() callback and to avoid resuming twice the same coroutine
the resume() method has been moved to done() callback.

The exception was thrown on reading device field which was null.
The property hasn't been assigned, because callbacks were invoked
in unforeseen order. To fix the issue assigning device was moved
to before() callback and to avoid resuming twice the same coroutine
the resume() method has been moved to done() callback.
@philips77 philips77 merged commit 8602225 into master Feb 16, 2022
@philips77 philips77 deleted the fix/nullable-device branch February 16, 2022 12:44
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