commit | 49cea0f80ddae9932c6e9c1bcdd8328e94fe2953 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Jun 18 10:49:38 2024 -0700 |
committer | Patrick Rohr <prohr@google.com> | Fri Jun 21 08:25:26 2024 -0700 |
tree | 0da5f514b2fdf4f4ba341309294a9a83c659e1e6 | |
parent | 2bdae824c5fa94b53b4ec4589c61f2717566c114 [diff] |
Wait on IpClient#onQuit in StartedState#exit This does make the entire operation synchronous, but also temporarily blocks the handler thread (it is however what EthernetNetworkFactory currently does). If that becomes an issue, we can consider adding a StoppingState. Test: mm Change-Id: I799fb027d6eda4106633a047bf13674190ad0e68