We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a0778 commit 36a2055Copy full SHA for 36a2055
NetSdrClientApp/NetSdrClient.cs
@@ -30,6 +30,7 @@ public NetSdrClient(ITcpClient tcpClient, IUdpClient udpClient)
30
31
public async Task ConnectAsync()
32
{
33
+ //conction logic
34
if (!_tcpClient.Connected)
35
36
_tcpClient.Connect();
0 commit comments