-
Notifications
You must be signed in to change notification settings - Fork 382
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
Sync expection into async implementation #1162
Comments
This is expected - it's just an artifact of where the exception is defined. As far as how to handle it, background exceptions can be accessed via the |
Ho @cartertinney thanks for the response. Can you please provide and example code? |
Here is a modified
|
Hi @cartertinney , we implemented into a code that handle the patch of the twin but it doesn't work. Do know where is the possibile problem? we testd in a module that does not manage the twin patch and it works |
Hi, i'm developing an async code to retrieve the twin desired patch. if i try to access to a field that is not present in the twin, i get this expection
Exception caught in background thread. Unable to handle. ['azure.iot.device.iothub.sync_handler_manager.HandlerManagerException: HANDLER (CLIENT_EVENT)
I want to know if it is a bug that a sync expection is raised and how to handle it
Thanks
The text was updated successfully, but these errors were encountered: