v2.0.4
General
- Fixed a bug where the dht cache could fail to be written correctly if different TorrentManager's are Stopped/Started concurrently. A workaround for the issue is to set
EngineSettings.AutoSaveLoadDhtCache
tofalse
, and then manually save/load the dht node cache usingClientEngine.DhtEngine
any time. Thanks to @razaqq for the bug report.