alanmcgovern / monotorrent

The official repository for MonoTorrent, a bittorrent library for .NET
https://github.com/alanmcgovern/monotorrent
MIT License
1.14k stars 396 forks source link

Add logging for incoming connections #683

Closed alanmcgovern closed 3 weeks ago

alanmcgovern commented 3 weeks ago

I believe one of the integration tests is racing in CI as there's no explicit 'wait until ready' when starting the 'Leecher' download. As such, the seeder is nearly definitely initiating connections before the leecher is finished starting.