Removed StateLoop from Queuecount

pull/110/head
openbuilds-engineer 2018-08-07 15:27:51 +02:00
rodzic fd6cd5dd33
commit f336207b28
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -828,6 +828,12 @@ io.on("connection", function(socket) {
if (data.indexOf("<") === 0) {
command = "?";
var ignore = true;
}
if (data.indexOf("[GC:") === 0) {
command = "$G";
var ignore = true;
}
if (!command) {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsMachineDriver",
"version": "1.0.44",
"version": "1.0.45",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds <webmaster@openbuilds.com>",