DEV Community

Discussion on: .NET TCPListener: Accepting Multiple Client Connections

Collapse
 
legistek profile image
Peter Moore

Why would you await the Task.Run? Wouldn't that still block the loop from iterating to the next call to AcceptTcpClientAsync?