micronode.go
@@ -298,11 +298,11 @@ if f,ok := ms.handlers[reqBody.Path];ok { reqBody.SrcProc = msgR.SrcProc ctx := Context{ h := WrapperHandler{ ms, ms, } ri = f(&ctx, &reqBody) ri = f(&h, &reqBody) ms.printLog("call funcMap f,reply.Success:", ri.Success) } else { ms.printLog("ms.funcMap not eixst path: ", reqBody.Path)