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
I am looking for a way to "pause" the zetta server so that HTTP requests are rejected (with 503 code). The purpose is to be able to start zetta (call listen) but prevent activity until other system initialization is complete.
An alternative might be to remove call to Zetta.prototype._run from inside Zetta.prototype.listen and offer the ability to call them separately.
The text was updated successfully, but these errors were encountered:
Hi Wooliet,
I am also looking for a same solution to pause the "zetta listen" first perform some authentication and then establish the connection.
I need help because i am new to node js and it is difficult to understand the code without explaination .
I am looking for a way to "pause" the zetta server so that HTTP requests are rejected (with 503 code). The purpose is to be able to start zetta (call
listen
) but prevent activity until other system initialization is complete.An alternative might be to remove call to
Zetta.prototype._run
from insideZetta.prototype.listen
and offer the ability to call them separately.The text was updated successfully, but these errors were encountered: