Implement capability event queue processing (#55)
This commit is contained in:
@@ -294,3 +294,9 @@ retry handling while preserving permanent 401/403/404/410 failures. Capability
|
||||
URLs and tokens are absent from errors and diagnostics. Ownership, limits,
|
||||
injection, and offline fake-server coverage are documented in
|
||||
[`docs/caps-http.md`](docs/caps-http.md).
|
||||
Seed-cap discovery and `EventQueueGet` are native Rust too: the full reference
|
||||
capability list is posted as LLSD/XML, accepted URIs are rate-categorized, and
|
||||
bounded long polls preserve ack IDs, reconnect retries, shutdown `done`, and
|
||||
event order. Typed Linden messages share the CAPS dispatch registry; unknown
|
||||
messages remain observable and then use the generated caps-to-packet catalog so
|
||||
packet handlers receive them through the same bounded pipeline as UDP traffic.
|
||||
|
||||
Reference in New Issue
Block a user