Ticket #96 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Change History

Changed 4 years ago by tomeu

  • keywords r+ added; r? removed

Changed 4 years ago by dsd

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