Skip to content

Commit

Permalink
Bugfix: concurrent connections were not set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 1, 2024
1 parent a632f04 commit 610c421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ where
HandlerCompat(EthNwCommCluster::new(*self.matter().borrow())),
ethernet_nw_diagnostics::ID,
HandlerCompat(EthNwDiagCluster::new(*self.matter().borrow())),
true,
)
}

Expand Down
1 change: 1 addition & 0 deletions src/wifible.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ where
rssi: 0,
},
)),
false,
)
}

Expand Down

0 comments on commit 610c421

Please sign in to comment.