From 77b282d632038f09ff8bad582b0fb74ab73d8070 Mon Sep 17 00:00:00 2001 From: nradiowan Date: Tue, 17 Apr 2018 17:39:14 +0800 Subject: [PATCH] =?UTF-8?q?NCP-4=20=20=E5=85=B3=E9=97=ADrssh=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=EF=BC=8C=E6=9D=80=E6=AD=BB=E8=BF=9B=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 关闭远程调试rssh页面,杀死页面开启的进程 --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 9f3c7f6..157f504 100644 --- a/app.js +++ b/app.js @@ -137,6 +137,7 @@ io.on('connection', function(socket){ term.write(data); }); socket.on('disconnect', function() { + term.kill(); term.end(); }); })