Skip to content

Commit

Permalink
#702: PendingSend: fix epoch action PendingSends not consuming on the…
Browse files Browse the repository at this point in the history
… epoch
  • Loading branch information
nmm0 committed Jul 15, 2020
1 parent 81dc6a0 commit c89cba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/messaging/pending_send.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void PendingSend::release() {
} else if ( epoch_action_ ) {
epoch_action_();
epoch_action_ = {};
consumeMsg();
}
if (epoch_produced_ != no_epoch) {
theMsg()->popEpoch(epoch_produced_);
Expand Down

0 comments on commit c89cba1

Please sign in to comment.