Skip to content

Commit

Permalink
F! Document on disconnects <PLAT-1366>
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yablonskiy committed Apr 15, 2021
1 parent 8fa00db commit 8ebfdf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ while (!Console.KeyAvailable)
Thread.Sleep(50);
}

sock.Disconnect();
sock.Close();

```
Expand Down Expand Up @@ -73,6 +74,7 @@ while (!Console.KeyAvailable)
Thread.Sleep(50);
}

sock.DisconnectAll();
sock.Close();

```

0 comments on commit 8ebfdf5

Please sign in to comment.