liuxiaolong
2021-04-02 7a1ec99729629666f84a6ac4be24355e8799a16c
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)