Create a new RPCClient implementing API.
The info parameter is available as the connectionInfo parameter of the returned client object.
auto client = createClientSession!(API, string)(stream, "Hello"); assert(client.connectionInfo == "hello");
See Implementation
Create a new RPCClient implementing API.
The info parameter is available as the connectionInfo parameter of the returned client object.