Closed kjstanding closed 7 months ago
I reorganized the placement of register_resource_update
and modified the syntax/logic of said function after class today.
Commited changes that remove yielding on an internal resource get() with #5ee6de9. Can rollback if we need.
Removed condition in handle_internal_event to only report resource_update when the action is not a get
Removed some unnecessary comments from test_resource_stream.py
Implement a public function stream_resources to yield resource updates as an async generator function. This will yield a real time screenshot of resources to the caller anytime an update occurs to any resource.