Skip to content

Commit 36a2055

Browse files
authored
Update NetSdrClient.cs
1 parent 85a0778 commit 36a2055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NetSdrClientApp/NetSdrClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public NetSdrClient(ITcpClient tcpClient, IUdpClient udpClient)
3030

3131
public async Task ConnectAsync()
3232
{
33+
//conction logic
3334
if (!_tcpClient.Connected)
3435
{
3536
_tcpClient.Connect();

0 commit comments

Comments
 (0)