Skip to content

rpc: Rename new_stream_handle to new_oneshot_client.

Nick Mathewson requested to merge nickm/arti:rpc-renaming-2 into main

This method doesn't actually create a new stream; it creates a single-use client object that can be used with SOCKS to launch a new stream, and capture an RPC object for that stream.

Closes #1664 (closed).

cc @Diziet

Merge request reports

Loading