mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
Removed Timeout
This commit is contained in:
parent
54f561ebb3
commit
aa29d7d733
@ -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);
|
||||
|
2
external/capnproto-dotnetcore
vendored
2
external/capnproto-dotnetcore
vendored
@ -1 +1 @@
|
||||
Subproject commit 086bbc2497785d2cc63e9252df6f6d3ee7599579
|
||||
Subproject commit 0176a503c8d0b0be66e0212e04200c8324e11fd9
|
Loading…
x
Reference in New Issue
Block a user