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
In order to get an idea of the status of a client, HiveMind Core should be able to send a message at interval (configurable) to the client, if the client answer then HiveMind Core consider the client alive and can update the DB (last_seen).
The feature should support these criterias:
Interval between check
How long to wait for the client response
How many message not returned before considered "unresponsive"
This configuration should be supported by the server.json configuration file.
In order to get an idea of the status of a client, HiveMind Core should be able to send a message at interval (configurable) to the client, if the client answer then HiveMind Core consider the client alive and can update the DB (
last_seen
).The feature should support these criterias:
This configuration should be supported by the
server.json
configuration file.This is an addition to #44
The text was updated successfully, but these errors were encountered: