Fixed bug for shutdowns

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-08 20:54:34 +02:00
parent e5a0a280bc
commit b4bf4d5af5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public final class Watcher : Thread
this.manager = manager;
socket = endpoint;
// running = true;
running = true;
start();
}