Skip to content

Commit

Permalink
Update TransProducer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lfz757077613 authored and zhouxinyu committed Jul 11, 2022
1 parent cf09ad8 commit 336fcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/TransProducer.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function consumeHalfMsg() {
print "\n unknown transaction msg: " . $message->getMessageId() . "\n";
}
} catch (\Exception $e) {
processAckError($e);
$this->processAckError($e);
}
}
}
Expand Down Expand Up @@ -116,7 +116,7 @@ public function run()
print "\n commit transaction msg when publish: " . $topicMessage->getMessageId() . "\n";
} catch (\Exception $e) {
// 如果Commit/Rollback时超过了TransCheckImmunityTime则会失败
processAckError($e);
$this->processAckError($e);
}
}
}
Expand Down

0 comments on commit 336fcef

Please sign in to comment.