Ticket #5666 defect new
Opened 14 months ago
epollreactor._ContinuouslyPolling use timeout that should be 0
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
The timeout in epollreactor._ContinuouslyPolling is current twisted.internet.task._EPSILON. It should really be 0; simply making that change causes a infinite loop in one of the tests though, so that would need to be fixed.
Note: See
TracTickets for help on using
tickets.
