Removed Timeout

This commit is contained in:
TheJoKlLa 2022-05-29 19:05:20 +02:00
parent 54f561ebb3
commit aa29d7d733
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ namespace FabAccessAPI
if (tcpRpcClient == null)
{
tcpRpcClient = new TcpRpcClient(1000, 1000);
tcpRpcClient = new TcpRpcClient();
}
try
@ -170,7 +170,7 @@ namespace FabAccessAPI
{
if (tcpRpcClient == null)
{
tcpRpcClient = new TcpRpcClient(1000, 1000);
tcpRpcClient = new TcpRpcClient();
}
await _ConnectAsync(tcpRpcClient, connectionData).ConfigureAwait(false);

@ -1 +1 @@
Subproject commit 086bbc2497785d2cc63e9252df6f6d3ee7599579
Subproject commit 0176a503c8d0b0be66e0212e04200c8324e11fd9