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.
Example code:
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