solettaproject / soletta-dev-app

Soletta Development Application
Apache License 2.0
7 stars 13 forks source link

Play/Stop issues crashing the app server #148

Open anselmolsm opened 7 years ago

anselmolsm commented 7 years ago

App server is crashing when user presses play/stop in some scenarios. According to the output, it's related to Response.sendStatus receiving non-integer values.

anselmolsm commented 7 years ago

WIP patch in https://github.com/anselmolsm/soletta-dev-app/tree/fix-run-button , I'll submit a PR when it's done.