v2.3.13
prlanzarin
released this
13 Feb 15:15
·
8 commits
to v2.3.x-release
since this release
Patch release v2.3.13.
CHANGELOG:
- Let the process manager autorestart processes on
SIGABRT
,SIGSEGV
,SIGBUS
andSIGILL
. This mitigates an issue where the core process (mcs-core/process.js
) crashes on 2.3.x due to heap issues by autorestarting it (aka the infamous 2200 error). It applies to all processes besides the core one (screenshare, video and audio). #43, #44.