You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
I was trying to perform some kind of hot reload and I missed a SIGHUP handler that would perform the reload of a given configuration.
As I see a start.js() could make use of config and then this would make .stop() and .start() a must (thus, not really a "hot reload", more like a "restart").
Wdyt?
Thx!
The text was updated successfully, but these errors were encountered:
Hey,
I was trying to perform some kind of hot reload and I missed a SIGHUP handler that would perform the reload of a given configuration.
As I see a
start.js()
could make use ofconfig
and then this would make.stop()
and.start()
a must (thus, not really a "hot reload", more like a "restart").Wdyt?
Thx!
The text was updated successfully, but these errors were encountered: