Skip to content
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

refactor: convert broadcast receiver into stream #26

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

jacobkaufmann
Copy link
Owner

convert broadcast receivers for incoming bundles and invalidated bundles into streams by wrapping with BroadcastStream

other:

  • fuse streams so that poll_next does not cause issues even if the stream has terminated.
  • if the broadcast stream lags, then just move on. we can emit a warning here when we resolve add initial tracing #24.

@jacobkaufmann jacobkaufmann merged commit d8f0ebf into master Aug 1, 2023
1 check passed
@jacobkaufmann jacobkaufmann mentioned this pull request Aug 4, 2023
@jacobkaufmann jacobkaufmann deleted the broadcast-stream branch August 12, 2023 20:43
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.

add initial tracing
1 participant