mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Merge branch 'main' of LibreQoE/LibreQoS
I am not sure if we should default to rebasing, or this.
This commit is contained in:
@@ -76,7 +76,8 @@ async fn get_data_from_server(bus_client: &mut BusClient) -> Result<()> {
|
||||
BusRequest::RttHistogram,
|
||||
BusRequest::AllUnknownIps,
|
||||
];
|
||||
for r in bus_client.request(requests).await?.iter() {
|
||||
for r in lqos_bus::bus_request(requests).await?.iter() {
|
||||
// for r in bus_client.request(requests).await?.iter() {
|
||||
match r {
|
||||
BusResponse::CurrentThroughput {
|
||||
bits_per_second,
|
||||
|
||||
Reference in New Issue
Block a user