AG-Schumann / doberview2

A NodeJS-based web frontend for Doberman v6
GNU General Public License v3.0
2 stars 0 forks source link

ZeroMQ bug #49

Open jarongrigat opened 1 year ago

jarongrigat commented 1 year ago

Occasionally we run into a Error: EMFILE: too many open files, open. I'm pretty sure it is caused by the SendCommand function and the implementation of the zmq socket therein (i.e. somehow it opens too many sockets and we see sock is not defined error in the logs). This should be fixed asap. Until then, restarting the website solves the problem temporarily.

jarongrigat commented 1 year ago

ZeroMQ documentation