SKKU-ESLAB / ANT

ANT (AI-based Networked Things) Framework
Apache License 2.0
26 stars 28 forks source link

Unstable start when ill-coded app is installed #240

Closed GH-Jo closed 2 years ago

GH-Jo commented 3 years ago

Sometimes ANT doesn't start normally. It is terminated with this error message.

image

I figured out that it occurs after I install an ill-coded app, and restart the ANT. I think that this makes users misunderstand that the bug is in our framework, not in the app. We need to fix it.

RedCarrottt commented 3 years ago

Issue #176 and Issue #228 are related to this issue. Separating app runtime process will resolve this problem.

After separating app runtime process, problems induced by launching application must be reported to the companion app or app editor.