Add changelog files for PR #3571
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
4
changelog/3571.changed.md
Normal file
4
changelog/3571.changed.md
Normal file
@@ -0,0 +1,4 @@
|
||||
- ⚠️ Changed function call handling to use timeout-based completion instead of immediate callback execution.
|
||||
- Function calls that defer their results (e.g., `UserImageRequestFrame`) now use a timeout mechanism
|
||||
- The `result_callback` is invoked automatically when the deferred operation completes or after timeout
|
||||
- This change affects examples using `UserImageRequestFrame` - the `result_callback` should now be passed to the frame instead of being called immediately
|
||||
Reference in New Issue
Block a user