endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

fix(daemon): Various bug fixes #1835

Closed kriskowal closed 11 months ago

kriskowal commented 11 months ago

These are various bug fixes. There was a problem for services reporting that they started too early, due to a type mismatch for the started promise. Also, domain sockets evidently have a path length limit, so certain configurations will fail. The change here makes those errors more transparent to the user.