kimi-code/packages/klient/test
haozhe.yang 0fb3368582 feat(ws): add Service event streaming with waitUntil handshake
- listen messages accept a service name; kap-server resolves the Service
  via resolveService and subscribes through its onUpperCase member
- add listen_result acknowledgement and per-listen error reporting
  (onDidListenError) so failed subscriptions surface to the client
- support onWill-style events: payload carries eventId/signal/waitUntil,
  the client replies with event_result and the server can event_cancel
- klient proxy maps onUpperCase members to channel.listen; WsChannel
  shares one remote subscription across first/last listeners
- channel.call now forwards the complete argument array
2026-07-12 11:19:04 +08:00
..
client.test.ts feat(ws): add Service event streaming with waitUntil handshake 2026-07-12 11:19:04 +08:00
ws.test.ts feat(ws): add Service event streaming with waitUntil handshake 2026-07-12 11:19:04 +08:00