This commit is contained in:
Tristan B. Kildaire 2020-06-23 14:16:55 +02:00
parent 2d994d806a
commit 0b0ded86ee
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"bformat": "1.0.8",
"tristanable": "0.0.15"
"tristanable": "0.0.16"
}
}

View File

@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"bformat": "1.0.8",
"tristanable": "0.0.15"
"tristanable": "0.0.16"
}
}

View File

@ -57,7 +57,7 @@ public final class Manager
watcher.start();
/* Start the garbage collector */
//gc.start();
gc.start();
}
public void sendMessage(ulong tag, byte[] data)