The "keep_alive" WebSocket JSON RPC method of the cate-webapi-start CLI tool will now return an object with auto-close info, if cate-webapi-start is started with the --auto-stop-after option. Otherwise it returns null. The object comprises the fields:
available_time - configured auto-stop time in seconds.
inactivity_time - duration in seconds of service inactivity.
remaining_time - duration in seconds remaining until service auto-stop.
The "keep_alive" WebSocket JSON RPC method of the
cate-webapi-start
CLI tool will now return an object with auto-close info, ifcate-webapi-start
is started with the--auto-stop-after
option. Otherwise it returnsnull
. The object comprises the fields:available_time
- configured auto-stop time in seconds.inactivity_time
- duration in seconds of service inactivity.remaining_time
- duration in seconds remaining until service auto-stop.closes #1026
EDIT
This is a prerequisite for https://github.com/CCI-Tools/cate-app/pull/165