We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a815927 commit ab42ae3Copy full SHA for ab42ae3
src/api/qpid-proton/reactor/handler/TxSenderHandler.cpp
@@ -318,10 +318,10 @@ void TxSenderHandler::on_connection_error(connection &c)
318
319
void TxSenderHandler::on_transaction_declared(transaction t) {
320
logger(trace) << "[on_transaction_declared] txn called " << (&t);
321
- tx = t;
322
- send();
323
logger(trace) << "[on_transaction_declared] txn is_empty " << (t.is_empty())
324
<< "\t" << tx.is_empty();
+ tx = t;
+ send();
325
}
326
327
void TxSenderHandler::on_transaction_committed(transaction t) {
0 commit comments