alanmcgovern / monotorrent

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

Add logging for incoming connections #683

Closed alanmcgovern closed 3 months ago

alanmcgovern commented 3 months 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.