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

Using ClientSample code with MonoTorrent nuget package doesn`t work #693

Closed RedSoundwave closed 2 months ago

RedSoundwave commented 2 months ago

I tried the source code provided in ClientSample with the MonoTorrent 3.0.2 nuget package, but I still can't download the torrent file. There is no progress in downloading, the DHT state changes from "Initialising" to "NotReady" and nothing happens. This is a screenshot of the console output Untitled and also I have created a repository with source code that I have used https://github.com/RedSoundwave/MonoTorrentSample I will be very thankful to you, if you will explain where is my issue when trying to use library.