NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
53 stars 19 forks source link

Fix TCP spin issue after disconnection #84

Closed flcl42 closed 3 weeks ago

flcl42 commented 4 weeks ago

TCP kept waiting for packets after disconnection. Let's escape the loop when it disconnects.