mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-04-20 02:16:30 +02:00
added stub for an InjectableTcpRpcClient
creating a TcpClient, performing the Handshake and then injecting the stream into the RpcClient could be a viable workaround to the internal stream of the default RpcClient being inaccessible
This commit is contained in:
parent
ad778d174d
commit
6ad2d27659
@ -5,6 +5,8 @@ using Capnp.Rpc;
|
||||
|
||||
namespace FabAccessAPI {
|
||||
class InjectableTcpRpcClient : TcpRpcClient {
|
||||
|
||||
public InjectableTcpRpcClient() {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user