Open starking8b opened 2 years ago
Hi @starking8b
Thank you so much for reaching out. I would recommend you please censor the password part of the payload. I am confused with the snippet here, it seems to be using callbacks, and this particular package does NOT support callbacks. Are you sure you are using node-ssh
and not any other library?
@steelbrain I recommend closing this issue.
hello I am trying to use ssh2 with websocket , so I can get REAL Time cpu usage , this is my code
actually what isgoing on is when I am emmiting get_live_usage to node js from javascript ,the server start to run a lot of instance and it return a lot of response for one emmit , which making my chart going crazy , did I missed somethings or what , I don't understand , this is my client side code
and this is the getNewSeries function