π Features
Support Unix domain socket (UDS) communication for coprocessors (Issue #5739)
Many coprocessor deployments run side-by-side with the router, typically on the same host (for example, within the same Kubernetes pod).
This change brings coprocessor communication to parity with subgraphs by adding Unix domain socket (UDS) sup...