Opened 15 years ago

Closed 15 years ago

#96 closed defect (fixed)

lots of wakeups on neighborhood view

Reported by: dsd Owned by: marcopg
Priority: major Milestone:
Component: Sugar Version:
Severity: Keywords: r+
Cc: Distribution/OS:
Bug Status:

Description

When switching to the neighborhood view, sugar causes 10 wakeups per second *per visible AP or mesh network*, for no good reason as nothing on-screen is changing.

  • MeshBox.resume() calls "ap.props.paused" for each AP
  • This results in CanvasPulsingIcon.set_paused() being called, to unpause each AP pulsing icon
  • CanvasPulsingIcon.set_paused() unconditionally starts the pulse loop (10 wakeups per second) even if there is nothing to be pulsed.

Attachments (1)

0001-CanvasPulsingIcon-Don-t-begin-pulse-loop-on-resume.patch (1.5 KB) - added by dsd 15 years ago.
fix

Download all attachments as: .zip

Change History (3)

comment:1 Changed 15 years ago by tomeu

  • Keywords r+ added; r? removed

comment:2 Changed 15 years ago by dsd

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.