Skip to content

Commit

Permalink
Remove a comment that's not really correct
Browse files Browse the repository at this point in the history
Socket.Close is virtually identical to Socket.Dispose.
  • Loading branch information
michaelklishin committed Jul 13, 2017
1 parent c97a150 commit d79f406
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public virtual async Task ConnectAsync(string host, int port)

public virtual void Close()
{
// TODO: Socket.Close() would be a better option here. MK.
this.Dispose();
}

Expand Down

0 comments on commit d79f406

Please sign in to comment.