mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
Added: timeout
This commit is contained in:
parent
65136ec29b
commit
54f561ebb3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user