Results 3 comments of Flavio Sousa

Same problem on Linux Mint 20.3

I made a code entirely based on this repository. It includes this functionality. Maybe it helps: https://github.com/flaviolsousa/ping-pong-ia/blob/main/classes/model/model.py

Although it is slower and consuming more of the VM I am doing: ```js var jmx = require("jmx"); var client = jmx.createClient({ host: "localhost", port: 9011 }); client.connect(); client.on("connect", function...