mediachain / mediachain-indexer

search, dedupe, and media ingestion for mediachain
33 stars 14 forks source link

remove blockchain stream timeout #24

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

this uses with / as to open the canonical_stream from the transactor, and defaults to setting timeout=None so we get an infinite stream of events. It will still close cleanly if you ctrl-c the process, etc.

yusefnapora commented 8 years ago

we should wait a second to merge this; I need to push up a new client package, and we can update the dependency here

parkan commented 8 years ago

lgtm