Skip to content

v2.0.4

Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 13 Jan 22:21
d489f31

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 to false, and then manually save/load the dht node cache using ClientEngine.DhtEngine any time. Thanks to @razaqq for the bug report.