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 think the keepAliveTimeout setting value of the node server (hapi) is the default.
With this setting, the session will be disconnected from the STH-Comet side at a timing the client does not expect.
(In fact, a similar issue has been reported with the hapi issue. https://github.com/hapijs/hapi/issues/3738)
Is it possible to set keepAliveTimeout at startup?
For example, set via environment variables or command line
The text was updated successfully, but these errors were encountered:
I think the keepAliveTimeout setting value of the node server (hapi) is the default.
With this setting, the session will be disconnected from the STH-Comet side at a timing the client does not expect.
(In fact, a similar issue has been reported with the hapi issue. https://github.com/hapijs/hapi/issues/3738)
Is it possible to set keepAliveTimeout at startup?
For example, set via environment variables or command line
The text was updated successfully, but these errors were encountered: