浏览代码

safeguard more than 1 reply panic

master
Patrick Peng Sun 9 年前
父节点
当前提交
f712f943eb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      wechatMsg.go

+ 2
- 1
wechatMsg.go 查看文件

m.replied = true m.replied = true
m.instantResponse <- xml m.instantResponse <- xml
} else { } else {
log.Println("BUG::doubl reply for wechat message")
d := decryptToXML(xml)
log.Println("BUG::double reply for wechat message\n" + d + "\n")
} }
} }



正在加载...
取消
保存