Skip to content
  • rswindell's avatar
    Store scfg_t* in JS runtime private rather than object private or global · 451ca678
    rswindell authored
    variable (with various race conditions). This resolves a long LONG standing
    bug that caused crashes when shutting down or recycling servers/services
    while one or more servers/services were in use.
    This change requires every thread which calls into libjs to have its own JS
    runtime.
    451ca678