Skip to content

v1.0.15

Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 02 Feb 09:17

General

  • Fixed a very minor memory allocation regression from 1.0.13.
  • Significant memory usage reductions for torrents with hundreds, or thousands, of files.
  • Web Seeding will work with https in addition to the original http support.
  • Several WebRequest related operations are forcibly moved to the ThreadPool to ensure the main thread is not blocked unexpectedly.
  • Added some new Torrent.LoadAsync methods to complement the pre-existing Torrent.Load methods.
  • Local Peer Discovery now uses batching to reduce overheads when dozens/hundreds of torrents are started concurrently.