usnistgov / ucef-meta

WebGME Federate and Experiment Designer
MIT License
3 stars 3 forks source link

Deployment exporter rarely works well #32

Closed tpr1 closed 5 years ago

tpr1 commented 5 years ago

The deployment exporter tends to not work. The actual error seems to vary: sometimes it hangs forever without completion, sometimes it claims the connection to the WebGME server has been disconnected, and sometimes it just outputs that the socket hangs. I suspect all of these are because the deployment exporter is running on the WebGME server instead of inside the browser, and maybe there is an error in the JavaScript that causes the server to blow up.

It would be nice if the deployment exporter could be fixed to just run in the browser.

tpr1 commented 5 years ago

Fixed in #35