(req ziface.IRequest)
| 33 | } |
| 34 | |
| 35 | func (r *HeatBeatDefaultRouter) Handle(req ziface.IRequest) { |
| 36 | zlog.Ins().DebugF("Recv Heartbeat from %s, MsgID = %+v, Data = %s", |
| 37 | req.GetConnection().RemoteAddr(), req.GetMsgID(), string(req.GetData())) |
| 38 | } |
| 39 | |
| 40 | func HeatBeatDefaultHandle(req ziface.IRequest) { |
| 41 | zlog.Ins().DebugF("Recv Heartbeat from %s, MsgID = %+v, Data = %s", |
nothing calls this directly
no test coverage detected