Skip to content

Conversation

ferranbt
Copy link
Contributor

πŸ“ Summary

πŸ’‘ Motivation and Context


βœ… I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

pending_subscription_sink: PendingSubscriptionSink,
) -> SubscriptionResult {
println!("Subscribing to txpool events");
let mut event_receiver = self.event_sender.subscribe();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the buffer has elements, does this subscribe tries to read those elements first? or if will start at the beginning of the stream?

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.

1 participant