Closed nichoth closed 4 years ago
https://github.com/nichoth/eventual/blob/8f442d44db639c6edb1c655d714369f8c5ee3e0e/src/index.js#L20
This is based on the writing here (it's linked in case the docs are wrong). The call does not return ever. I also tried using friends.stream() as a pull-stream source but that threw an error.
friends.stream()
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
https://github.com/nichoth/eventual/blob/8f442d44db639c6edb1c655d714369f8c5ee3e0e/src/index.js#L20
This is based on the writing here (it's linked in case the docs are wrong). The call does not return ever. I also tried using
friends.stream()
as a pull-stream source but that threw an error.