Fixed bug for shutdowns
This commit is contained in:
parent
e5a0a280bc
commit
b4bf4d5af5
|
@ -26,7 +26,7 @@ public final class Watcher : Thread
|
|||
this.manager = manager;
|
||||
socket = endpoint;
|
||||
|
||||
// running = true;
|
||||
running = true;
|
||||
start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue