pub fn connect_to_socket_server(
server_options: ServerOptions,
pid: Option<u32>,
) -> Result<UninitializedSession>Expand description
Connect to the Thrift socket server and return an uninitialized session.
pub fn connect_to_socket_server(
server_options: ServerOptions,
pid: Option<u32>,
) -> Result<UninitializedSession>Connect to the Thrift socket server and return an uninitialized session.