mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-09 00:13:11 +00:00
It’s important that calls to swarm.announce() always calls the callback that it’s passed otherwise http announce/scrape requests will hang (because res.end() is never called). Also, since this swarm implementation is in-memory, we can get rid of the callbacks to internal functions. Lastly, fixed references to non-existent start() function.