summaryrefslogtreecommitdiffstats
path: root/common/listener.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-17 20:22:51 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-17 20:22:51 +0100
commitefe439ae932d221816f5c24283022d494bcb9796 (patch)
tree002c8edae65b98f9d465a2e7ff495bb3c9cb490b /common/listener.cpp
parentf1821355a7c034b201e454e2bfd7da5ac6b64579 (diff)
downloadsink-efe439ae932d221816f5c24283022d494bcb9796.tar.gz
sink-efe439ae932d221816f5c24283022d494bcb9796.zip
Ensure resources kill themselves if noone connects.
Diffstat (limited to 'common/listener.cpp')
-rw-r--r--common/listener.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/listener.cpp b/common/listener.cpp
index d3ef0f1..f18fe1d 100644
--- a/common/listener.cpp
+++ b/common/listener.cpp
@@ -70,6 +70,7 @@ Listener::Listener(const QByteArray &resourceInstanceIdentifier, const QByteArra
70 quit(); 70 quit();
71 } 71 }
72 }); 72 });
73 m_checkConnectionsTimer->start();
73 74
74 // TODO: experiment with different timeouts 75 // TODO: experiment with different timeouts
75 // or even just drop down to invoking the method queued? => invoke queued unless we need throttling 76 // or even just drop down to invoking the method queued? => invoke queued unless we need throttling