Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Add notes about stream independence to horizon docs #347

Open
jedmccaleb opened this issue Mar 14, 2017 · 1 comment
Open

Add notes about stream independence to horizon docs #347

jedmccaleb opened this issue Mar 14, 2017 · 1 comment

Comments

@jedmccaleb
Copy link
Contributor

If you are streaming the ledger closes and all the effects, will you get the ledger close event before or after all the effects come in? What I need is a way to know that I've gotten all the effects for a particular ledger so I can determine if and how I need to make a tx for the next ledger.

@nullstyle
Copy link
Contributor

As in streaming this data across two separate TCP connections? There's no coordination between multiple streams... the order you will get responses on the client side will be undefined behavior.

@nullstyle nullstyle changed the title Question to be answered in docs Add notes about stream independence to horizon docs Jul 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants