Sfoglia il codice sorgente

safeguard more than 1 reply panic

master
Patrick Peng Sun 8 anni fa
parent
commit
f712f943eb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      wechatMsg.go

+ 2
- 1
wechatMsg.go Vedi File

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")
} }
} }



Loading…
Annulla
Salva