diff --git a/gui/sock.js b/gui/sock.js index 812212c6..2cc197b2 100644 --- a/gui/sock.js +++ b/gui/sock.js @@ -171,6 +171,8 @@ client.on("data", function (socketdata) { socketLog.info(e); // "SyntaxError socketLog.info(socketchunk[i]); socketchunk = ""; + //If we're here, I don't think we want to process any data that may be in data variable + continue; } }