pub async fn proxy_connections(left: ConnectionHandle, right: ConnectionHandle)Expand description
Forward all request/channel traffic between two connections.
This is a protocol-level bridge: it does not inspect service schemas or method IDs. It exits when either side closes or a forward send fails, then requests closure of both underlying connections.