-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
EnhancementNew feature or requestNew feature or requestiroha2-devThe re-implementation of a BFT hyperledger in RUSTThe re-implementation of a BFT hyperledger in RUST
Description
Feature request
I'd like to have the ability to listen to events with a given timeout.
I see the function signature in this way:
pub fn listen_for_events(
&self,
event_filter: FilterBox,
timeout: Option<Duration>, // time after which the connection will be closed
) -> Result<impl Iterator<Item = Result<Event>>> { Motivation
Currently, the client library doesn't provide a way to listen to events with some specific timeout.
Who can help?
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestiroha2-devThe re-implementation of a BFT hyperledger in RUSTThe re-implementation of a BFT hyperledger in RUST
Type
Projects
Status
Backlog