Files
livekit/pkg/service
Théo Monnom 67cc9dd9ba agent endpoints: P2C worker balancing, routing-miss sentinel, api-key-scoped attach
- worker selection uses power-of-two-choices over live in-flight streams
  (InflightStreams / SpareStreams) instead of weighted-random over a
  reported load; the conn pick stays least-loaded. In-flight is observed
  locally so it is correct for adopted wires, and the reported Load hook is
  dropped from the endpoint path.
- the front tags its own routing misses (X-Livekit-Endpoint-Miss) so a relay
  caller can distinguish them from a worker app's own 404/405 and retry past
  them across the remaining candidates.
- a data-wire attach is bound to the connecting grant's api key, so a leaked
  attach token cannot bind a conn to another project's worker.
- remove the dead scope-hook machinery (it only fed the removed bus resolve)
  and rename the request identity from "scope" to apiKey.
2026-08-21 17:46:52 -07:00
..
2026-08-19 18:25:35 -07:00
2024-06-27 02:13:51 -07:00
2025-09-24 13:16:27 +05:30
2026-08-14 16:26:08 +08:00
2026-08-19 18:25:35 -07:00
2026-08-14 10:36:40 +05:30