@LiiNi-coder 의 브랜치 feat/Front_Listener_LiiNi-MBTI-138-를 @byObin 의 브랜치 feat/MBTI-141-1st_Front_Listener_Han로 병합해서 생김
SupplierNode.ts를 실행 후, 다른 터미널에 UserNode.ts를 실행해서 UserNode.ts의 stdin으로 JSON형식을 맞게 친 순간 WenConnertor와 관련된 런타임에러 발생
Enter command in JSON format: {"cmd":"docker run ubuntu"}
You entered: {"cmd":"docker run ubuntu"}
Quilt-Node\External\GUI\node_modules\tstl\exception\Exception.js:42
var _this = _super.call(this, message) || this;
^
RuntimeError: Error on WebConnector.Communicator._Call_fuction(): the connection has been closed.
at RuntimeError.Exception [as constructor] (Quilt-Node\External\GUI\node_modules\tstl\exception\Exception.js:42:28)
at new RuntimeError (Quilt-Node\External\GUI\node_modules\tstl\exception\RuntimeError.js:39:23)
at WebConnector.ConnectorBase.inspectReady (Quilt-Node\External\GUI\node_modules\tgrid\protocols\internal\ConnectorBase.js:114:20)
at WebConnector. (Quilt-Node\External\GUI\node_modules\tgrid\components\Communicator.js:233:38)
at step (Quilt-Node\External\GUI\node_modules\tgrid\components\Communicator.js:33:23)
at Object.next (Quilt-Node\External\GUI\node_modules\tgrid\components\Communicator.js:14:53)
at Quilt-Node\External\GUI\node_modules\tgrid\components\Communicator.js:8:71
at new Promise ()
at __awaiter (Quilt-Node\External\GUI\node_modules\tgrid\components\Communicator.js:4:12)
at Quilt-Node\External\GUI\node_modules\tgrid\components\Communicator.js:228:64
문제 상황
TODO