pressbooks / pb-mathjax

A replacement for wp.com/latex.php but instead of LaTeX, it uses MathJax.
GNU General Public License v3.0
4 stars 1 forks source link

MathJax crashing under heavy load #12

Closed dac514 closed 5 years ago

dac514 commented 5 years ago

If this service receives several http requests at once we get random: Error: TypeError: Cannot read property \'TEXT\' of undefined or Error: TypeError: Cannot read property 'config' of undefined or ... crashes.

I think this happens when requests try to do mjAPI.start() at the same time?

To investigate.