diff --git a/FabAccessAPI/API.cs b/FabAccessAPI/API.cs index 81e91bd..5080722 100644 --- a/FabAccessAPI/API.cs +++ b/FabAccessAPI/API.cs @@ -93,7 +93,7 @@ namespace FabAccessAPI if (tcpRpcClient == null) { - tcpRpcClient = new TcpRpcClient(); + tcpRpcClient = new TcpRpcClient(1000, 1000); } try @@ -170,7 +170,7 @@ namespace FabAccessAPI { if (tcpRpcClient == null) { - tcpRpcClient = new TcpRpcClient(); + tcpRpcClient = new TcpRpcClient(1000, 1000); } await _ConnectAsync(tcpRpcClient, connectionData).ConfigureAwait(false);