Skip to content

Missing handlers for torrent events #58

Description

@bedeho

Background

The handlers for the following alerts are missing

  • torrent_checked_alert
  • read_piece_alert
  • piece_finished_alert

see

  _torrentCheckedAlert (alert) {
  }

  _readPieceAlert (alert) {
  }

  _pieceFinishedAlert (alert) {
  }

Problem

Are needed for various purposes, in particular for the torrent state machine and the live streaming.

Solution

Implement handlers that emit a corresponding signal on the torrent wrapper.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions