This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
safeguard more than 1 reply panic
master
Patrick Peng Sun
9 years ago
parent
0abb46b881
commit
f712f943eb
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
wechatMsg.go
+ 2
- 1
wechatMsg.go
View 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")
}
}
}
}
Write
Preview
Loading…
Cancel
Save