Commit 9f0883f3 authored by duanjinfei's avatar duanjinfei

add standard task handler

parent 21cec9ad
......@@ -144,7 +144,7 @@ func monitorWorker(op *operate.DockerOp) {
go proofWorker.CommitWitness()
log.Info("Proof commit worker started")
//go handlerStandardTask(nodeManager, worker, msgRespWorker, taskMsgWorker)
go handlerStandardTask(nodeManager, worker, msgRespWorker, taskMsgWorker)
// 处理消息
for i := 0; i < 5; i++ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment