diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-05-10 11:35:01 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-05-10 11:35:01 +0200 |
| commit | 68078efa3a462fa0c96797458c14896803f5ea76 (patch) | |
| tree | 0fa16001c0af8d56f64255e0edecc4d912231492 | |
| parent | 216cd3f6994b920e2769aeb99428d9281e68d539 (diff) | |
| download | mullvadvpn-68078efa3a462fa0c96797458c14896803f5ea76.tar.xz mullvadvpn-68078efa3a462fa0c96797458c14896803f5ea76.zip | |
Add comment about never dying thread
| -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 { |
