That way, the console will get async outputs every 0,5 seconds(Which nowadays it doesn't, requiring you to press a key to update it and get the text output, for example, of the websocket command, once connected).
It doesn't generate any performance problems that I could notice(also, 1 execution every half second isn't going to impact that much in performance)
I didn't know how to post this in Pull requests, so i'm sorry....
Place this code right under the function " $scope.keypress= function (keyCode) " in that file, insice src
That way, the console will get async outputs every 0,5 seconds(Which nowadays it doesn't, requiring you to press a key to update it and get the text output, for example, of the websocket command, once connected). It doesn't generate any performance problems that I could notice(also, 1 execution every half second isn't going to impact that much in performance)
I didn't know how to post this in Pull requests, so i'm sorry....