[Proposal] Handle checks better inside initialization callback of assets and sensors #1025
Open
1 of 2 tasks
Labels
enhancement
New feature or request
Proposal
Right now, the
initialize_impl
callback in assets and sensors has many checks that raise errors. However, these are captured by the callback thread instead of the primary process. Thus, the error message happens later when they start using the instance. This has been misleading the users as the errors they see are something completely else.I have to think of a clear way to trigger an exit on a callback check. But made this proposal as a way to start thinking of this process.
Checklist
Acceptance Criteria
The text was updated successfully, but these errors were encountered: