Skip to content

Commit d79f406

Browse files
Remove a comment that's not really correct
Socket.Close is virtually identical to Socket.Dispose.
1 parent c97a150 commit d79f406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/TcpClientAdapter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public virtual async Task ConnectAsync(string host, int port)
4141

4242
public virtual void Close()
4343
{
44-
// TODO: Socket.Close() would be a better option here. MK.
4544
this.Dispose();
4645
}
4746

0 commit comments

Comments
 (0)