CodeChain-io/codechain-agent-client

The health checking logic is strange

Closed this issue · 0 comments

#2018-09-21 09:48:02  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))
   Compiling codechain-vm v0.1.0 (file:///Users/gilyoungkim/Documents/workspace/codechain/vm)
#2018-09-21 09:48:03  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))
#2018-09-21 09:48:04  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))
#2018-09-21 09:48:05  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))
   Compiling codechain-network v0.1.0 (file:///Users/gilyoungkim/Documents/workspace/codechain/network)
#2018-09-21 09:48:06  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))
   Compiling codechain-keystore v0.1.0 (file:///Users/gilyoungkim/Documents/workspace/codechain/keystore)
   Compiling codechain-stratum v1.11.0 (file:///Users/gilyoungkim/Documents/workspace/codechain/stratum)
#2018-09-21 09:48:07  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))
#2018-09-21 09:48:08  process INFO agent  Ok(Object({"id": Number(1), "result": String("pong")}))

The node status always returns "Run" while compiling the CodeChain.
It has to return "Starting" status according to the spec documents.