diff --git a/source/tristanable/watcher.d b/source/tristanable/watcher.d index 734c77a..66d5638 100644 --- a/source/tristanable/watcher.d +++ b/source/tristanable/watcher.d @@ -22,6 +22,8 @@ public final class Watcher : Thread super(&run); this.manager = manager; socket = endpoint; + + start(); } private void run()