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