Commit a2e0aa28 authored by suyanlong's avatar suyanlong

type word

parent 700200b8
Pipeline #7947 failed with stages
......@@ -47,8 +47,7 @@ func (l *local) AsyncSend(msg *pb.Message) error {
} else {
//转发给路由模块
//l.rout.Route()
var ibtp = &pb.Message{}
l.rev <- ibtp
l.rev <- msg
}
return nil
//panic("implement me")
......
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