Skip to content

[BUG] monitor_network_changes does not fire when signal strength changes. #363

@djmuhlestein

Description

@djmuhlestein

Example code:

NetworkManager::monitor_network_changes( move || {
  debug!("Network Changed");
});

What should happen?:
I can use busctl monitor and see that I'm getting signal property change events with strength changes. However, the debug "Network Changed" log does not print.

Additional context

  • monitor::network appears to only be adding listeners for access point added/removed events.
  • Documentation on monitoring states network changes should be reporting signal strength changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api-surfacePublic API design, re-exports, and semver-relevant changesbugSomething isn't workingmonitoringConnection monitoring and infonmrsChanges to nmrs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions