This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
three
huangjiajun
1 year ago
parent
c16a640fe1
commit
71f10ea176
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
consume/zhios_acquisition_condition.go
+ 1
- 1
consume/zhios_acquisition_condition.go
View File
@@ -40,7 +40,7 @@ func ZhiosAcquisitionCondition(queue md.MqQueue) {
//_ = res.Reject(false)
fmt.Println(err)
if err == nil {
//
_ = res.Ack(true)
_ = res.Ack(true)
} else {
var canalMsg *md.ZhiosAcquisition
var tmpString string
Write
Preview
Loading…
Cancel
Save