Skip to content

ether get_later and allowing blocking and non-blocking reqrep #31

@shababo

Description

@shababo

ether.get_later(...) is sugar for ether.get(...,block=False) which uses async client pattern, then later results = ether.collect()

To do this, we need to store the service reply/replies somewhere. Seems like Redis db is a good place. Maybe better than in the ReqRepProxy since that might be a little more robust? Another option is to do this client-side inside of _Ether.request(). Though that might break down with multiple replies...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions