moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 508 forks source link

supervisor stop mosca, whether there is a call function to deal with this event #569

Closed soszrg closed 7 years ago

mcollina commented 7 years ago

what is supervisor?

I think you are just receiving a unix signal, see https://nodejs.org/api/process.html#process_signal_events

soszrg commented 7 years ago

Right. Thanks!