Connection

- Upon thread start of the `Connection` thread also start the tristanable `Manager`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-30 20:58:51 +02:00
parent 27d53b9878
commit e417e5ab1a
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public class Connection : Thread
private void worker()
{
// TODO: Start tristanable manager here
this.tManager.start();
// TODO: Well, we'd tasky I guess so I'd need to use it there I guess
// TODO: Add worker function here