mirror of
https://github.com/Kong/insomnia.git
synced 2026-08-04 03:42:20 -04:00
Registers a named services.<serviceName>.<methodName> IPC handler for each of the 10 caCertificate/clientCertificate pairs instead of routing them through the generic reflection-based services.invoke dispatcher. The renderer proxy (preload bridge and the non-isolated fallback) now consults a shared migrated-pairs list to pick the named channel for these pairs while everything else keeps using the legacy gateway, with a test cross-checking the list against what main/ipc actually registers so the two can't drift apart. A parity test proves each named handler forwards the same args to the same services.* call the old dispatch made. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>