pub fn lkc_pull(query: &LkQuery, add: &dyn Stmnts) -> LkResult<PointBox>
Expand description
Create a pull request point
- [f:exchange]:[#:0]:/pull/group/[query.group]/domain/[query.domain]/[query.watch_id]
A domain should be conservative with its query. Requesting too much can add significant overhead.
It is up to an exchange process to fulfill the query. By convention the exchange process only responds with pull requests made while it was active. As an optimization, a exchange process might read the latest request for which query.domain == query.watch_id when a connection opens *