observeTorrentPeers

fun observeTorrentPeers(hash: String): Flow<TorrentPeers>

Emits the latest TorrentPeers data for the hash. If the torrent is removed or not found, the flow will complete.

Parameters

hash

The info hash of the torrent to observe.