diff options
| -rw-r--r-- | mullvad_daemon/src/mock_ipc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad_daemon/src/mock_ipc.rs b/mullvad_daemon/src/mock_ipc.rs index 41b0d894a8..e490357741 100644 --- a/mullvad_daemon/src/mock_ipc.rs +++ b/mullvad_daemon/src/mock_ipc.rs @@ -51,6 +51,7 @@ impl IpcServer { talpid_ipc::IpcServer::start_with_metadata(io.into(), meta_extractor, port_offset) } + // TODO(linus): This thread will never die. But this is just mock anyway so not important. fn spawn_broadcast_thread(active_subscriptions: ActiveSubscriptions) { ::std::thread::spawn( move || loop { |
