mafintosh / torrent-stream

The low level streaming torrent engine that peerflix uses
MIT License
1.94k stars 227 forks source link

Question: Torrent downloaded event #140

Open ghost opened 8 years ago

ghost commented 8 years ago

Is there any event that can be handled when a torrent has finished downloading?

Froren commented 8 years ago

I use the engine.on('idle', fn) event for finished downloads.