Commit 945e3d89 authored by haoyanbin's avatar haoyanbin

1

parent 536a02d7
......@@ -192,6 +192,11 @@ Loop:
break Loop
}
if msg.ProcedureType == 9 {
pingMsg := &SendMsg{ProcedureType: 10}
c.send(pingMsg)
}
SaveMsg(msg)
//rabbitMQ.PublishSimple(string(message))
c.readMessage(msg)
......
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