Ticket #14 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Patch — Polling argument to Pool unused, disabling polling functionality.

Reported by: fs Owned by: amcgregor
Priority: low Milestone: 2.1
Component: dispatcher Version: 2.0.4
Keywords: patch Cc:

Description

The constructor in turbmail.Pool gets a polling argument which is not used inside. The instance variable _polling is always set to False (regardless of the parameter). Without any testing, I think the instance variable should be set to the value of the message constructor's parameter. The attached patch fixes this.

Attachments

polling.patch (369 bytes) - added by fs 1 year ago.

Change History

Changed 1 year ago by fs

Changed 1 year ago by amcgregor

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 2.0.5

Fixed in r30.

Changed 1 year ago by amcgregor

  • summary changed from polling does not seem to work to Polling argument to Pool unused, disabling polling functionality.

Changed 1 year ago by amcgregor

  • keywords patch added
  • summary changed from Polling argument to Pool unused, disabling polling functionality. to Polling argument to Pool unused, disabling polling functionality. — Patch

Changed 1 year ago by amcgregor

  • summary changed from Polling argument to Pool unused, disabling polling functionality. — Patch to Patch — Polling argument to Pool unused, disabling polling functionality.
Note: See TracTickets for help on using tickets.